diff options
author | bob <bcz@cs.brown.edu> | 2019-02-22 10:08:36 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-22 10:08:36 -0500 |
commit | 1dc667d3a6b5113aa7706e97d94419dd7d50079e (patch) | |
tree | 907523d59c8650b41969e9e56d6e0597db24bc5f /src | |
parent | 27412300a3f6fd87f73fc5c1a303013113755765 (diff) |
from last.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionFreeFormView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index c44381f13..b78b1a3b6 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -244,7 +244,6 @@ export class CollectionFreeFormView extends React.Component<SubCollectionViewPro render() { const panx: number = this.props.Document.GetNumber(KeyStore.PanX, 0); const pany: number = this.props.Document.GetNumber(KeyStore.PanY, 0); - trace() return ( <div className="collectionfreeformview-container" onPointerDown={this.onPointerDown} |