aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-17 13:51:01 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-17 13:51:01 -0400
commit6b87703bff0e26489ae5e7757b7a622a7143a51d (patch)
tree405fd4c5368e9d7a3559c8686e1f73e62651d514 /src/client/views/collections
parentaa8e8fc3a2113c9f98471cc0ca1cfb660387fc81 (diff)
DocView 1330 problem statement
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
index 4e90f5006..e6c13d11e 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
@@ -420,7 +420,6 @@ export class CollectionSchemaView extends CollectionSubView() {
@action
clearSelection = () => {
SelectionManager.DeselectAll()
- console.log(2);
};
selectRows = (doc: Doc, lastSelected: Doc) => {