diff options
author | Monika Hedman <monika_hedman@brown.edu> | 2019-03-02 17:54:48 -0500 |
---|---|---|
committer | Monika Hedman <monika_hedman@brown.edu> | 2019-03-02 17:54:48 -0500 |
commit | 5eb603dbe3d436c5d15d8bcf571aa2f55d16d79b (patch) | |
tree | 57f869b36eca6e340540f3ca80d6743e377e7043 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 60f2458ca0faaa8bc5f5d333034cea5fdd513bf6 (diff) | |
parent | 043f40fec06da86732aeb6534d50edc56d4b8fad (diff) |
tree updates
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", |