From 0a39ecd637a78c3ecc29389d423a97d44348a289 Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Fri, 25 Oct 2024 11:56:32 +0200 Subject: [PATCH] don't log abort --- templates/index.html.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/index.html.j2 b/templates/index.html.j2 index c938eb0..149f1f8 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -204,10 +204,7 @@ fetch(urlToFetch, { method: 'get', signal: signal, - }) - .catch(function (err) { - console.error(` Err: ${err}`); - }); + }).catch(function (err) {}); } function cancel(img) {