Remove invocation log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user