Remove skip logs
This commit is contained in:
@@ -69,7 +69,7 @@ func (t *TorrentManager) refreshTorrents() []string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if instances[idx].Progress != 100 {
|
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
|
mergeChan <- nil
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user