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 f6284ae)
  • Loading branch information
matthew-blackman committed Apr 18, 2024
1 parent ec9b2ce commit c98e5ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/SelectorNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export default class SelectorNode extends AccessibleNumberSpinner( Node, 0 ) {
this.addInputListener( new KeyboardListener( {
keys: [ 'home', 'end' ] as const,
callback: () => {
console.log( 'home/end' );
if ( numberProperty.value !== priorValue ) {
options.playSound( numberProperty.value );
}
Expand Down

0 comments on commit c98e5ee

Please sign in to comment.