Skip to content

Commit

Permalink
remove debugPrint from timePicker test (#117111)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Dec 15, 2022
1 parent 9aa2ea1 commit 409a39d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/flutter/test/material/time_picker_theme_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ void main() {
expect(dialogMaterial.shape, const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0))));

final RenderBox dial = tester.firstRenderObject<RenderBox>(find.byType(CustomPaint));
debugPrint('Color: ${defaultTheme.colorScheme.onSurface.withOpacity(0.08)}');
expect(
dial,
paints
Expand Down

0 comments on commit 409a39d

Please sign in to comment.