From d90fe670f1b95b2d2d11cfdc61453891a057b76c Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 24 Sep 2025 13:45:54 +0200 Subject: [PATCH] Remove debug output --- test/widgets/routines/plate_calculator_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/widgets/routines/plate_calculator_test.dart b/test/widgets/routines/plate_calculator_test.dart index 76971288..9c1b7ad0 100644 --- a/test/widgets/routines/plate_calculator_test.dart +++ b/test/widgets/routines/plate_calculator_test.dart @@ -34,7 +34,6 @@ void main() { testWidgets('Smoke test for ConfigureAvailablePlates', (WidgetTester tester) async { await pumpWidget(tester); - debugDumpApp(); expect(find.text('Unit'), findsWidgets); expect(find.text('Bar weight'), findsWidgets); expect(find.byType(SwitchListTile), findsOneWidget);