diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-26 17:35:31 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-26 17:35:31 -0400 |
| commit | 9ee90b29a63d7f83d5ad81283335f3a27443c049 (patch) | |
| tree | 8d7527e58b541b9e63249614205b95f5570a2092 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 29dec8b7e547d75983d4533862726692fabbabd1 (diff) | |
rendering adjustments for pdfs for speed/readability
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 2d9faee6b..b6bc4b4ba 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -644,7 +644,6 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> { return (null); } let resolvedDataDoc = this._document.layout instanceof Doc ? this._document : this._dataDoc; - console.log("Wid = " + this.panelWidth() + " " + this.panelHeight()); return <DocumentView key={this._document[Id]} Document={this._document} DataDoc={resolvedDataDoc} |
