Skip to content

Commit

Permalink
refactor(music): Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jurienhamaker committed Jun 27, 2024
1 parent 55a22fb commit ec197bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/music/src/lib/services/player.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ export class MusicPlayerService {
}

private _transformTrack(track: KazagumoTrack) {
console.log(track.author, track.requester);
// @ts-ignore
const newTrack = new KazagumoTrack(
track.getRaw()._raw,
Expand Down

0 comments on commit ec197bd

Please sign in to comment.