mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 07:27:01 +03:00
remove testing logs
This commit is contained in:
@@ -100,11 +100,9 @@ module.exports = async function voteOnSponsorTime(req, res) {
|
||||
id: submissionInfoRow.videoID
|
||||
}, function (err, data) {
|
||||
if (err || data.items.length === 0) {
|
||||
console.log('pre-err');
|
||||
err && console.log(err);
|
||||
return;
|
||||
}
|
||||
console.log('presend' + submissionInfoRow.count);
|
||||
|
||||
request.post(config.discordReportChannelWebhookURL, {
|
||||
json: {
|
||||
|
||||
Reference in New Issue
Block a user