Skip to content

Commit

Permalink
Remove useless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thera2002 committed Nov 26, 2024
1 parent 536bce6 commit 2e31169
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AudioPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ class AudioPlayer {
this.previousVolume = this.audio.volume;
this.audio.volume = 0;
}
} else {
console.log("No audio loaded.");
}
}

Expand Down

0 comments on commit 2e31169

Please sign in to comment.