aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views')
-rw-r--r--src/client/views/EditableView.tsx1
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/EditableView.tsx b/src/client/views/EditableView.tsx
index ebf5ca82d..d7707a6fe 100644
--- a/src/client/views/EditableView.tsx
+++ b/src/client/views/EditableView.tsx
@@ -158,7 +158,6 @@ export class EditableView extends React.Component<EditableProps> {
renderEditor() {
- console.log("render editor", this.props.autosuggestProps);
return this.props.autosuggestProps
? <Autosuggest
{...this.props.autosuggestProps.autosuggestProps}
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index 540bfd1ef..648ff5087 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -575,7 +575,6 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument,
};
const buttonMenu = this.rootDoc.buttonMenu;
const noviceExplainer = this.rootDoc.explainer;
- console.log(noviceExplainer);
return (
<>
{buttonMenu || noviceExplainer ? <div className="documentButtonMenu">