removed some console logs

This commit is contained in:
2024-10-10 17:40:29 +03:00
parent 065b121e10
commit 828fca7e8f
12 changed files with 232 additions and 357 deletions
@@ -17,7 +17,7 @@
window.location.reload();
})
.catch((error) => {
console.log(error);
console.error(error);
});
}
@@ -31,7 +31,7 @@
window.location.reload();
})
.catch((error) => {
console.log(error);
console.error(error);
});
}
</script>