diff --git a/src/components/ftbot/DownloadDataMain.vue b/src/components/ftbot/DownloadDataMain.vue index c6840b48..f1948ff0 100644 --- a/src/components/ftbot/DownloadDataMain.vue +++ b/src/components/ftbot/DownloadDataMain.vue @@ -62,7 +62,6 @@ async function startDownload() { } } - console.log(payload); await botStore.activeBot.startDataDownload(payload); }