diff options
author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-05 17:38:50 -0500 |
---|---|---|
committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-05 17:38:50 -0500 |
commit | e64667c09f72e69f8121039809b48167a1d55465 (patch) | |
tree | 95b55ddc6dcdce566d127ee35d00dbb8bd56c567 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 9724ff4d5de3c776b34f5d733fd37845b863f29b (diff) | |
parent | bb1d3120f11a47e9d493202c1003dae52bf6667f (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into hannah_linking
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", |