Skip to content

Commit 0f2422a

Browse files
author
Ricardo Amador
committed
Remove print statement
1 parent 1847b8a commit 0f2422a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/checks_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ void main() {
116116
expect(checkRun, isNotNull);
117117
final checkRunString = checkRun.toString();
118118
expect(checkRunString, isNotNull);
119-
print(checkRunString);
120119
expect(checkRunString == expectedToString, isTrue);
121120
});
122121
});

0 commit comments

Comments
 (0)