diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-23 02:36:01 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-23 02:36:01 -0500 |
commit | 80c51c0dac6fcdba96d811adc4a3877134f58b03 (patch) | |
tree | 48def8c34f2a2ea7c2fcd204cc842ee8579ffbbe | |
parent | f4ec29ad3143cf13bf7fa05985926242cabb6b1a (diff) |
from last
-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 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; |