From 189564c62d0db6f30bb89f1d3975512be874b906 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 23 Nov 2024 13:07:18 +0100 Subject: [PATCH] chore: small formatting --- src/components/ftbot/DownloadDataMain.vue | 1 - 1 file changed, 1 deletion(-) 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); }