瀏覽代碼

refactor: remove print statement

Aryman 2 年之前
父節點
當前提交
c8d5769b11

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