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) {