aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CaptureManager.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/util/CaptureManager.tsx
parent70ccd8f3da9b97a0812514247385cc9eb3ce49d0 (diff)
removed console.logs
Diffstat (limited to 'src/client/util/CaptureManager.tsx')
-rw-r--r--src/client/util/CaptureManager.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CaptureManager.tsx b/src/client/util/CaptureManager.tsx
index 17eba55e7..2e13aff2f 100644
--- a/src/client/util/CaptureManager.tsx
+++ b/src/client/util/CaptureManager.tsx
@@ -82,7 +82,6 @@ export class CaptureManager extends React.Component<{}> {
<div
className="cancel"
onClick={() => {
- console.log("cancel") //!!!
const selected = SelectionManager.Views.slice();
SelectionManager.DeselectAll();
selected.map(dv => dv.props.removeDocument?.(dv.Document));