Remove debug line
This commit is contained in:
parent
7c50a17671
commit
8ede18f300
@ -66,8 +66,6 @@ function lookup(tag, cb) {
|
|||||||
return cb('PAUSE', 2);
|
return cb('PAUSE', 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
return cb('PLAY foo');
|
|
||||||
|
|
||||||
glob('media/' + tag + ' - *.mp3', function(er, files) {
|
glob('media/' + tag + ' - *.mp3', function(er, files) {
|
||||||
if (files.length > 0) {
|
if (files.length > 0) {
|
||||||
appendLog(files[0]);
|
appendLog(files[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user