mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 05:24:55 +03:00
feat: remove console log
This commit is contained in:
parent
56217fbcf8
commit
a3caa62ed3
@ -162,7 +162,6 @@ export class DownloadManager {
|
||||
.get<LibtorrentPayload[] | []>("/seed-status")
|
||||
.then((res) => res.data);
|
||||
|
||||
console.log(seedStatus);
|
||||
if (!seedStatus.length) return;
|
||||
|
||||
seedStatus.forEach(async (status) => {
|
||||
|
Loading…
Reference in New Issue
Block a user