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 | 5b4ad5f5a567357b78c8aeed88554af3376532d2 (patch) | |
tree | 48def8c34f2a2ea7c2fcd204cc842ee8579ffbbe /src | |
parent | 451c31e529dad9fbec94e71790907848f7c3fb24 (diff) |
from last
Diffstat (limited to 'src')
-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; |