aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-05-30 17:27:31 -0400
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-05-30 17:27:31 -0400
commit64dbd28badac3e0689ea38d92e4f6c660967ccce (patch)
tree108c8ec88ff29d2a82743cc7b50323eadf99e6ff /src/client
parent675400b01baaba4e253affeb880e00e367f86ecd (diff)
cleanup
Diffstat (limited to 'src/client')
-rw-r--r--src/client/views/collections/TreeView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx
index ba4af2a6d..fc4361935 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -512,7 +512,6 @@ export class TreeView extends React.Component<TreeViewProps> {
onChildClick = () => this.props.onChildClick?.() ?? (this._editTitleScript?.() || ScriptCast(this.doc.treeChildClick));
onChildDoubleClick = () => {
- console.log(this.props.document.onChildDoubleClick);
return (!this.props.treeView.outlineMode && this._openScript?.()) || ScriptCast(this.doc.treeChildDoubleClick)
};