From 16d84e2840c91797f2701a2893147ae4daccb057 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 1 Jan 2021 22:56:33 +0100 Subject: [PATCH] Removed rouge console.log from SW --- public/sw.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/sw.js b/public/sw.js index d54273e..1196fd5 100644 --- a/public/sw.js +++ b/public/sw.js @@ -51,7 +51,6 @@ async function fetchToCache(event) { // Fetch and follow redirects without caching async function fetchContent(url,i = 0) { - console.log(i); if(i >= 5) { throw new Error("ERR_TOO_MANY_REDIRECTS"); }