Skip to content

Commit 53162d9

Browse files
author
sekwah41
authored
Forgot to remove a console.log
1 parent 8dc5499 commit 53162d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ function SpotifyWebHelper(opts) {
220220
return getStatus();
221221
})
222222
.then(() => {
223-
console.log("START");
224223
return listen();
225224
})
226225
.catch(err => this.player.emit('error', err));

0 commit comments

Comments
 (0)