diff --git a/player.js b/player.js index ba9fd18..6ed45d8 100644 --- a/player.js +++ b/player.js @@ -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]);