diff options
-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} |