Skip to content

Commit

Permalink
remove console.log, #1014
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 13, 2019
1 parent 0dde1a1 commit 5ad5e5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/listeners/DragListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ define( require => {

// Complete the delta computation
this._modelDelta.add( this._modelPoint );
console.log( this._modelDelta.toString() );

// Apply any mapping changes back to the parent point
this.modelToParentPoint( this._parentPoint.set( this._modelPoint ) );
Expand Down

0 comments on commit 5ad5e5e

Please sign in to comment.