diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-28 17:59:00 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-28 17:59:00 -0400 |
commit | be1e6e967a60f49eec1cb1d404912b0736812323 (patch) | |
tree | d0ea9b9eae9834b44c28fc91794e84bf8a168fc2 /src/client/views/collections/CollectionDockingView.tsx | |
parent | 5fd48d3d10e86cea834f0238ec5d648febb62c81 (diff) |
Added ability to capture documents in button scripts
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} |