aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-22 10:08:36 -0500
committerbob <bcz@cs.brown.edu>2019-02-22 10:08:36 -0500
commit1dc667d3a6b5113aa7706e97d94419dd7d50079e (patch)
tree907523d59c8650b41969e9e56d6e0597db24bc5f
parent27412300a3f6fd87f73fc5c1a303013113755765 (diff)
from last.
-rw-r--r--src/client/views/collections/CollectionFreeFormView.tsx1
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}