From bdaa76295e4fffe256a8e3b2b96f5a1490f5b80a Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 3 Aug 2013 16:16:59 -0400 Subject: [PATCH] Remove extraneous console.log --- get-info.js | 1 - 1 file changed, 1 deletion(-) diff --git a/get-info.js b/get-info.js index 41d01655..cb3b6402 100644 --- a/get-info.js +++ b/get-info.js @@ -171,7 +171,6 @@ module.exports = function (Server) { callback("Playlist not found", null); return; } else if(status === 403) { - console.log(options.path); callback("Playlist is private", null); return; } else if(status !== 200) {