Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 409a39d

Browse files
authored
remove debugPrint from timePicker test (#117111)
1 parent 9aa2ea1 commit 409a39d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/flutter/test/material/time_picker_theme_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ void main() {
104104
expect(dialogMaterial.shape, const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0))));
105105

106106
final RenderBox dial = tester.firstRenderObject<RenderBox>(find.byType(CustomPaint));
107-
debugPrint('Color: ${defaultTheme.colorScheme.onSurface.withOpacity(0.08)}');
108107
expect(
109108
dial,
110109
paints

0 commit comments

Comments
 (0)