chore: small formatting

This commit is contained in:
Matthias 2024-11-23 13:07:18 +01:00
parent 1c07955900
commit 189564c62d

View File

@ -62,7 +62,6 @@ async function startDownload() {
} }
} }
console.log(payload);
await botStore.activeBot.startDataDownload(payload); await botStore.activeBot.startDataDownload(payload);
} }
</script> </script>