From f52293c2648be105e1f56580b5c10f165e59e769 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 20 Aug 2024 13:15:44 +0100 Subject: [PATCH] remove print --- app/test/helpers/test_util.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/app/test/helpers/test_util.dart b/app/test/helpers/test_util.dart index 20686e1c68a3..af0ab17f20c3 100644 --- a/app/test/helpers/test_util.dart +++ b/app/test/helpers/test_util.dart @@ -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);