Remove extraneous console.log

This commit is contained in:
calzoneman 2013-08-03 16:16:59 -04:00
parent 2efd3f0db2
commit bdaa76295e
1 changed files with 0 additions and 1 deletions

View File

@ -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) {