diff --git a/internal/torrent/repair.go b/internal/torrent/repair.go index 15cab09..fb280fa 100644 --- a/internal/torrent/repair.go +++ b/internal/torrent/repair.go @@ -88,7 +88,6 @@ func (t *TorrentManager) repairAll(torrent *Torrent) { } else { haystack = cmap.New[*Torrent]() haystack.Set("", torrent) - t.log.Infof("Repair invoked for torrent %s", t.GetKey(torrent)) } // collect all torrents that need to be repaired