diff --git a/internal/torrent/refresh.go b/internal/torrent/refresh.go index c353062..3514b5a 100644 --- a/internal/torrent/refresh.go +++ b/internal/torrent/refresh.go @@ -54,7 +54,6 @@ func (t *TorrentManager) refreshTorrents() []string { t.deleteOnceDone.Remove(fixerID) return false }) - t.log.Debugf("Fixers left: %d", t.fixers.Count()) // ensure delete infoCache, _ := t.DirectoryMap.Get(INT_INFO_CACHE) @@ -72,7 +71,6 @@ func (t *TorrentManager) refreshTorrents() []string { t.Api.DeleteTorrent(fixerToDel) infoCache.Remove(fixerToDel) } - t.log.Debugf("Delete once done left: %d", t.deleteOnceDone.Cardinality()) newlyFetchedKeys := mapset.NewSet[string]() noInfoCount := 0