Remove debug line

This commit is contained in:
Annika Backstrom 2017-04-09 14:10:08 -04:00
parent 7c50a17671
commit 8ede18f300
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ function lookup(tag, cb) {
return cb('PAUSE', 2);
}
return cb('PLAY foo');
glob('media/' + tag + ' - *.mp3', function(er, files) {
if (files.length > 0) {
appendLog(files[0]);