Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 20, 2024
1 parent c404f98 commit f52293c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/test/helpers/test_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ extension PumpUntilFound on WidgetTester {
}) async {
for (var i = 1; i <= tries; i++) {
await pump(duration);
print('$i');

try {
expect(finder, matches);
Expand Down

0 comments on commit f52293c

Please sign in to comment.