mirror of
https://github.com/calzoneman/sync.git
synced 2024-09-13 04:32:09 +00:00
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…
x
Reference in New Issue
Block a user