Removed rouge console.log from SW

This commit is contained in:
Victor Westerlund 2021-01-01 22:56:33 +01:00
parent af9fbba1e4
commit 16d84e2840

View file

@ -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");
}