diff --git a/internal/torrent/refresh.go b/internal/torrent/refresh.go index bd6bb8f..5021603 100644 --- a/internal/torrent/refresh.go +++ b/internal/torrent/refresh.go @@ -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 }