ソースを参照

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