remove debugging from sync

This commit is contained in:
zefie
2021-08-10 14:33:33 -04:00
parent 2f19b16454
commit a8039aeb7e

View File

@@ -92,7 +92,6 @@ if (request_headers['wtv-request-type'] == 'download') {
}
}
var download_list = wtvdl.getDownloadList();
console.log(download_list);
return download_list;
}