diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-02 12:42:36 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-02 12:42:36 -0400 |
| commit | f706f70451525d4d0716c631cece9d78d76b3bfd (patch) | |
| tree | 4b67df1abd6c5bcaf403144539b3c84034201fdd /src/client/views/DocumentDecorations.tsx | |
| parent | 70ccd8f3da9b97a0812514247385cc9eb3ce49d0 (diff) | |
removed console.logs
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 8f042e68c..2fb9f0fc1 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -301,7 +301,6 @@ export class DocumentDecorations extends ObservableReactComponent<DocumentDecora onIconifyClick = (): void => { SelectionManager.Views.forEach(dv => dv?.iconify()); - console.log("iconify") //!!! SelectionManager.DeselectAll(); }; |
