Remove unused logs
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 14s

This commit is contained in:
0d0 2025-02-25 01:06:44 +01:00
parent 728d8f45cf
commit 90eaa0cbf1
2 changed files with 0 additions and 8 deletions

BIN
-.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -32,20 +32,12 @@
const id = setInterval(() => {
if (document.cookie.includes('downloading=0')) {
console.log("FINITO!")
downloading = false && clearInterval(id);
}
}, 1000);
};
const createAnchor = () => {
console.log({
source,
link,
format,
metadata
});
if (!(source && link && format)) {
disabled = true;
return;