From f42aad3c330329c38870376fbb0f7e49cfe722d4 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Wed, 7 Feb 2024 11:17:13 +0100 Subject: [PATCH] Remove invocation log --- internal/torrent/repair.go | 1 - 1 file changed, 1 deletion(-) 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