diff options
author | bobzel <zzzman@gmail.com> | 2020-08-03 02:30:28 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-03 02:30:28 -0400 |
commit | 6ab1be67787779c8a6b26f9fbb058a8ccc973fa6 (patch) | |
tree | 74993838fd5464f8580205d71c4afec37530f5c8 /src/client/views/nodes/ContentFittingDocumentView.tsx | |
parent | ac177d7b9a01075fbf1ad1c327c7625d95569afb (diff) |
cleaned up fonticonbox
Diffstat (limited to 'src/client/views/nodes/ContentFittingDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/ContentFittingDocumentView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/ContentFittingDocumentView.tsx b/src/client/views/nodes/ContentFittingDocumentView.tsx index f7e253f42..6081def5d 100644 --- a/src/client/views/nodes/ContentFittingDocumentView.tsx +++ b/src/client/views/nodes/ContentFittingDocumentView.tsx @@ -78,9 +78,6 @@ export class ContentFittingDocumentView extends React.Component<DocumentViewProp render() { TraceMobx(); - if (this.props.Document.title === "Archive") { - console.log(""); - } return (<div className="contentFittingDocumentView" style={{ width: Math.abs(this.centeringYOffset) > 0.001 ? "auto" : this.props.PanelWidth(), height: Math.abs(this.centeringOffset) > 0.0001 ? "auto" : this.props.PanelHeight(), |