mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
Removed rouge console.log from SW
This commit is contained in:
parent
af9fbba1e4
commit
16d84e2840
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue