mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: remove console log
This commit is contained in:
parent
56217fbcf8
commit
a3caa62ed3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue