diff --git a/lib/ui/viewer/file/zoomable_image.dart b/lib/ui/viewer/file/zoomable_image.dart index 6ac386f93..f4f3a23b0 100644 --- a/lib/ui/viewer/file/zoomable_image.dart +++ b/lib/ui/viewer/file/zoomable_image.dart @@ -67,7 +67,6 @@ class _ZoomableImageState extends State } _isZooming = value != PhotoViewScaleState.initial; debugPrint("isZooming = $_isZooming, currentState $value"); - // _logger.info('is reakky zooming $_isZooming with state $value'); }; super.initState(); }