From f706f70451525d4d0716c631cece9d78d76b3bfd Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Thu, 2 May 2024 12:42:36 -0400 Subject: removed console.logs --- src/client/views/MainView.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/views/MainView.tsx') diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index eb45350a8..677114e2d 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -573,7 +573,6 @@ export class MainView extends ObservableReactComponent<{}> { if (!e.cancelBubble) { const pathstr = (e as any)?.path?.map((p: any) => p.classList?.toString()).join(); if (pathstr?.includes('libraryFlyout')) { - console.log("random") //!!! SelectionManager.DeselectAll(); } } -- cgit v1.2.3-70-g09d2