Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tranxuanthang committed Jun 8, 2023
1 parent 0a2fe99 commit 2c1ad7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/composables/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export function usePlayer() {

playingTrack.value = track

console.log(await convertFileSrc2(playingTrack.value.file_path))
console.log(convertFileSrc(playingTrack.value.file_path))

let assetUrl = null

if (platformName === 'linux') {
Expand Down

0 comments on commit 2c1ad7f

Please sign in to comment.