Skip to content

Commit

Permalink
remove debug statement, see #162
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Apr 27, 2022
1 parent e438086 commit c1ac68e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/soundManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ class SoundManager extends PhetioObject {
phetAudioContext.currentTime}`
);

console.log( `slime: state = ${state}` );
if ( state !== 'running' ) {

// Add a listener that will resume the audio context on the next touchstart.
Expand Down

0 comments on commit c1ac68e

Please sign in to comment.