From c8d5769b1140c58e8ff736bd068b1fdd9ac8710e Mon Sep 17 00:00:00 2001 From: Aryman Date: Tue, 9 Aug 2022 01:45:56 +0530 Subject: [PATCH] refactor: remove print statement --- .../presentation/home/menu/app/section/disclosure_action.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart b/frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart index 83b652eb8b..7fe02bab1a 100644 --- a/frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart +++ b/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), } },