diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-28 20:34:43 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-28 20:34:43 -0400 |
| commit | c07af17b6881d672825d8e577c1f6f600996e62e (patch) | |
| tree | 8f023907dbe0269e5ef82ea1fa400b28cca1be9e /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 99ab639f4de270eb1f7b497b6386cb8d5a1f7e5f (diff) | |
| parent | aaf1776644f6701462022cccc7088c24b5c72000 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 0865058be..1859ebee7 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -577,7 +577,6 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> { return (null); } let resolvedDataDoc = this._document.layout instanceof Doc ? this._document : this._dataDoc; - console.log("pw = " + this.panelWidth() + "," + this.panelHeight() + " " + this.contentScaling()); return <DocumentView key={this._document[Id]} Document={this._document} DataDoc={resolvedDataDoc} |
