Commit 9241467a authored by SergeyLuzyanin's avatar SergeyLuzyanin

removed console.log

parent e099e131
......@@ -1093,7 +1093,6 @@ MoveState.prototype =
if(isRealObject(snap_obj))
{
dx = snap_obj.dist;
console.log(dx);
if(dx !== null)
{
if(min_dx === null)
......@@ -1125,7 +1124,6 @@ MoveState.prototype =
if(isRealObject(snap_obj))
{
dx = snap_obj.dist;
console.log(dx);
if(dx !== null)
{
if(min_dx === null)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment