From 06531e0fb8f7b8640998ad4a275400acb61d10b2 Mon Sep 17 00:00:00 2001 From: Larvey <39219859+LarveyOfficial@users.noreply.github.com> Date: Sat, 11 Jun 2022 19:02:34 -0400 Subject: [PATCH] Removed Logging used during development --- src/components/modules/downloads/DownloadsModule.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/modules/downloads/DownloadsModule.tsx b/src/components/modules/downloads/DownloadsModule.tsx index 476c3c405..bd2a1664b 100644 --- a/src/components/modules/downloads/DownloadsModule.tsx +++ b/src/components/modules/downloads/DownloadsModule.tsx @@ -53,7 +53,6 @@ export default function DownloadComponent() { // Send one request with each download service inside axios.post('/api/modules/downloads', { config }).then((response) => { setTorrents(response.data); - console.log(response.data); setIsLoading(false); }); }, 5000);