From 5b4ad5f5a567357b78c8aeed88554af3376532d2 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Sat, 23 Feb 2019 02:36:01 -0500 Subject: from last --- src/client/views/collections/CollectionFreeFormView.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index 6d2662105..4799eda97 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -91,7 +91,6 @@ export class CollectionFreeFormView extends CollectionViewBase { let [dx, dy] = this.props.ScreenToLocalTransform().transformDirection(e.clientX - this._lastX, e.clientY - this._lastY); this.SetPan(x + dx, y + dy); - console.log("px = " + x + " " + y) } this._lastX = e.pageX; this._lastY = e.pageY; -- cgit v1.2.3-70-g09d2