feat: remove console log

This commit is contained in:
Zamitto 2024-12-23 09:40:01 -03:00
parent 56217fbcf8
commit a3caa62ed3

View File

@ -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) => {