Skip to content

Commit

Permalink
remove extra mixer logging
Browse files Browse the repository at this point in the history
  • Loading branch information
subelsky committed Oct 29, 2019
1 parent 2e9d1e7 commit a88a850
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ export class Mixer {
}

skipTrack(trackId) {
console.log('mixer skipTrack',this.playlist);
if (this.playlist) this.playlist.skip(trackId);
}

replayTrack(trackId) {
console.log('mixer replaytrack',this.playlist);
if (this.playlist) this.playlist.replay(trackId);
}

Expand Down

0 comments on commit a88a850

Please sign in to comment.