From 633ae3b16f6b01a0ac32f387eb702a8be70675b9 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 4 Sep 2020 12:39:48 -0400 Subject: [PATCH] Remove log --- src/content.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 8787a2b7..a529d727 100644 --- a/src/content.ts +++ b/src/content.ts @@ -642,7 +642,6 @@ function sponsorsLookup(id: string) { return; } } else { // return if no video found - console.log("refetching") retryFetch(id); return; }