소스 검색

refactor: remove print statement

Aryman 2 년 전
부모
커밋
c8d5769b11
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart

+ 0 - 1
frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart

@@ -80,7 +80,6 @@ class ViewDisclosureRegion extends StatelessWidget
         if (event.kind == PointerDeviceKind.mouse &&
             event.buttons == kSecondaryMouseButton)
           {
-            print("IN LISTENER RN"),
             show(context),
           }
       },