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);
|
callback("Playlist not found", null);
|
||||||
return;
|
return;
|
||||||
} else if(status === 403) {
|
} else if(status === 403) {
|
||||||
console.log(options.path);
|
|
||||||
callback("Playlist is private", null);
|
callback("Playlist is private", null);
|
||||||
return;
|
return;
|
||||||
} else if(status !== 200) {
|
} else if(status !== 200) {
|
||||||
|
|
Loading…
Reference in New Issue