Bläddra i källkod

removed print statement

Marty Fuhry 2 år sedan
förälder
incheckning
753bc84354

+ 0 - 1
mobile/lib/shared/ui/photo_view/src/core/photo_view_gesture_detector.dart

@@ -81,7 +81,6 @@ class PhotoViewGestureDetector extends StatelessWidget {
     }
     }
 
 
     if (onLongPressStart != null || onLongPressEnd != null) {
     if (onLongPressStart != null || onLongPressEnd != null) {
-      print('on long press start added');
       gestures[LongPressGestureRecognizer] =
       gestures[LongPressGestureRecognizer] =
           GestureRecognizerFactoryWithHandlers<LongPressGestureRecognizer>(
           GestureRecognizerFactoryWithHandlers<LongPressGestureRecognizer>(
         () => LongPressGestureRecognizer(debugOwner: this),
         () => LongPressGestureRecognizer(debugOwner: this),