Removed useless console.log()
This commit is contained in:
parent
7520ac0a9b
commit
b395b4d835
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -118,7 +118,6 @@ if (!process.env.STREAM_TYPE || process.env.STREAM_TYPE === 'radio') {
|
||||||
title: title,
|
title: title,
|
||||||
artist: artist
|
artist: artist
|
||||||
}
|
}
|
||||||
console.log(currentSong)
|
|
||||||
break
|
break
|
||||||
case 'alien':
|
case 'alien':
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue