aboutsummaryrefslogtreecommitdiff
path: root/src
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
commit3887e189d1642e6c0c9973d01dcf4db1ef03cffe (patch)
tree907523d59c8650b41969e9e56d6e0597db24bc5f /src
parent81511528e418c41332d06faea9c3287cf8abf553 (diff)
from last.
Diffstat (limited to 'src')
-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}