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