don't log abort

This commit is contained in:
2024-10-25 11:56:32 +02:00
parent bc4fefa3f1
commit 0a39ecd637

View File

@@ -204,10 +204,7 @@
fetch(urlToFetch, {
method: 'get',
signal: signal,
})
.catch(function (err) {
console.error(` Err: ${err}`);
});
}).catch(function (err) {});
}
function cancel(img) {