Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyTim committed Dec 27, 2023
1 parent 01ac0d6 commit 8b24b32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/spin-to-item/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ window.onload = () => {
window.addEventListener('keyup', (e) => {

if (e.target && e.target.matches('#pointerAngle')) {
console.log(e.target.value);
wheel.pointerAngle = parseInt(e.target.value) || 0;
}

Expand Down

0 comments on commit 8b24b32

Please sign in to comment.