Removed logging

This commit is contained in:
Ajay Ramachandran 2020-04-09 15:34:11 -04:00
parent a50f030a3b
commit 2d55ea0fc5

View file

@ -624,7 +624,6 @@ function sponsorsLookup(id: string, channelIDPromise?) {
}
sponsorTimes = recievedSegments;
console.log(sponsorTimes)
// Remove all submissions smaller than the minimum duration
if (Config.config.minDuration !== 0) {