diff options
author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-03-09 21:50:07 -0500 |
---|---|---|
committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-03-09 21:50:07 -0500 |
commit | f9f0fd90791562c295f8d9b237596cbabb086b79 (patch) | |
tree | 4c355c2175a3f8f8aacf0218cc6e62ec1e0ed712 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | e673d4f70b8feb37dcd328440c019a49f8a22e88 (diff) | |
parent | 96eede5f7d1706a3f7ac6ee02a85bb3da217f467 (diff) |
finalized workspace manipulation and merged with master
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 9edad1f64..50dc5a619 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -69,7 +69,6 @@ export class CollectionFreeFormDocumentView extends React.Component<DocumentView } render() { - console.log(this.transform); return ( <div className="collectionFreeFormDocumentView-container" ref={this._mainCont} style={{ transformOrigin: "left top", |