mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
Removed Logging used during development
This commit is contained in:
@@ -53,7 +53,6 @@ export default function DownloadComponent() {
|
|||||||
// Send one request with each download service inside
|
// Send one request with each download service inside
|
||||||
axios.post('/api/modules/downloads', { config }).then((response) => {
|
axios.post('/api/modules/downloads', { config }).then((response) => {
|
||||||
setTorrents(response.data);
|
setTorrents(response.data);
|
||||||
console.log(response.data);
|
|
||||||
setIsLoading(false);
|
setIsLoading(false);
|
||||||
});
|
});
|
||||||
}, 5000);
|
}, 5000);
|
||||||
|
|||||||
Reference in New Issue
Block a user