Remove skip logs

This commit is contained in:
Ben Sarmiento
2024-05-24 22:10:42 +02:00
parent bb316a1bfd
commit 442030c89d

View File

@@ -69,7 +69,7 @@ func (t *TorrentManager) refreshTorrents() []string {
}
if instances[idx].Progress != 100 {
t.log.Debugf("Skipping incomplete torrent %s (id=%s)", instances[idx].Name, instances[idx].ID)
// t.log.Debugf("Skipping incomplete torrent %s (id=%s)", instances[idx].Name, instances[idx].ID)
mergeChan <- nil
return
}