فهرست منبع

removed print statement

Marty Fuhry 2 سال پیش
والد
کامیت
753bc84354
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      mobile/lib/shared/ui/photo_view/src/core/photo_view_gesture_detector.dart

+ 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) {
-      print('on long press start added');
       gestures[LongPressGestureRecognizer] =
           GestureRecognizerFactoryWithHandlers<LongPressGestureRecognizer>(
         () => LongPressGestureRecognizer(debugOwner: this),