Skip to content

Commit

Permalink
remove console.log, #62
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 10, 2020
1 parent 87a7f9a commit 55efff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/RatioInteractionListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class RatioInteractionListener {
leftValueProperty.value = rightValueProperty.value = newValue;
}
}
console.log( typeof event.key );
}
} );

Expand Down

0 comments on commit 55efff0

Please sign in to comment.