aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-02 12:42:36 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-02 12:42:36 -0400
commitf706f70451525d4d0716c631cece9d78d76b3bfd (patch)
tree4b67df1abd6c5bcaf403144539b3c84034201fdd /src/client/views/MainView.tsx
parent70ccd8f3da9b97a0812514247385cc9eb3ce49d0 (diff)
removed console.logs
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx1
1 files changed, 0 insertions, 1 deletions
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();
}
}