Skip to content

Commit

Permalink
remove console.log, #261
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Nov 4, 2019
1 parent c9b2ad7 commit 927fca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/RootVectorNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ define( require => {

// Make the arrow easier to grab by setting pointer areas
if ( rootVector.magnitude > VectorAdditionConstants.ZERO_THRESHOLD && this.arrowNode.shape ) {
console.log( `rootVector.magnitude= ${rootVector.magnitude} arrowNode.width=${this.arrowNode.width} height=${this.arrowNode.height}` );
this.arrowNode.mouseArea = this.arrowNode.shape.getOffsetShape( VectorAdditionConstants.VECTOR_MOUSE_AREA_DILATION );
this.arrowNode.touchArea = this.arrowNode.shape.getOffsetShape( VectorAdditionConstants.VECTOR_TOUCH_AREA_DILATION );
}
Expand Down

0 comments on commit 927fca4

Please sign in to comment.