From 8ede18f300cd90645a1f7b751feed3d7a02d4ba0 Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Sun, 9 Apr 2017 14:10:08 -0400 Subject: [PATCH] Remove debug line --- player.js | 2 -- 1 file changed, 2 deletions(-) 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]);