소스 검색

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),