Skip to content

Commit 75f79b6

Browse files
committed
[104] Removing log statement.
1 parent 68357b5 commit 75f79b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mdc_100_series/lib/backdrop.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ class _BackdropState extends State<Backdrop>
172172
}
173173

174174
void _toggleBackdropLayerVisibility() {
175-
print(_frontLayerVisible);
176175
_controller.fling(
177176
velocity: _frontLayerVisible ? -_kFlingVelocity : _kFlingVelocity);
178177
}

0 commit comments

Comments
 (0)