Skip to content

Commit

Permalink
Remove console log - see #285
Browse files Browse the repository at this point in the history
(cherry picked from commit 882cb6e)
  • Loading branch information
matthew-blackman committed Apr 18, 2024
1 parent 575b418 commit 7060dc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/view/SelectorNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ export default class SelectorNode extends AccessibleNumberSpinner( Node, 0 ) {
tandem: options.tandem.createTandem( 'decrementButton' ),
listener: () => {
numberProperty.set( numberProperty.value - 1 );
options.playSound( numberProperty.value );
console.log( 'decrementButton' );
options.playSound( numberProperty.value )
this.focus();
},
content: new Path( angleLeftSolidShape, { fill: 'white', scale: 0.05 } ),
Expand Down

0 comments on commit 7060dc7

Please sign in to comment.