diff options
author | bobzel <zzzman@gmail.com> | 2020-12-13 22:37:03 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-13 22:37:03 -0500 |
commit | fb8dc280679981fcaa9a03220f866b446c854399 (patch) | |
tree | e3bc2b87a81fa410bf60fc61f90bda1044f41257 /src/client/views/nodes/DocumentView.tsx | |
parent | 4749b1a3132f00c7f11a404e612d9c1ce848579f (diff) |
fixed comparisonBox's
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 147740ae3..d847eff00 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -906,9 +906,6 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu @computed get contents() { TraceMobx(); - if (this.props.Document.type === DocumentType.PDF) { - console.log("Scaling = " + this.contentScaling()); - } return (<div className="documentView-contentsView" style={{ pointerEvents: this.props.contentPointerEvents as any, |