Removed Logging used during development

This commit is contained in:
Larvey
2022-06-11 19:02:34 -04:00
committed by GitHub
parent 0f56ead24f
commit 06531e0fb8

View File

@@ -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);