From 2d55ea0fc576bfe25a1c0ca76c35a512b005e013 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 9 Apr 2020 15:34:11 -0400 Subject: [PATCH] Removed logging --- src/content.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index f4108d13..573dc071 100644 --- a/src/content.ts +++ b/src/content.ts @@ -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) {