mirror of https://github.com/calzoneman/sync.git
Remove extraneous console.log
This commit is contained in:
parent
2efd3f0db2
commit
bdaa76295e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue