Remove invocation log

This commit is contained in:
Ben Sarmiento
2024-02-07 11:17:13 +01:00
parent 0a0979a8c5
commit f42aad3c33

View File

@@ -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