From 442030c89d84ad9caf53d5f9a68eb674e92bfa61 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Fri, 24 May 2024 22:10:42 +0200 Subject: [PATCH] Remove skip logs --- internal/torrent/refresh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/torrent/refresh.go b/internal/torrent/refresh.go index bd6bb8f..5021603 100644 --- a/internal/torrent/refresh.go +++ b/internal/torrent/refresh.go @@ -69,7 +69,7 @@ func (t *TorrentManager) refreshTorrents() []string { } if instances[idx].Progress != 100 { - t.log.Debugf("Skipping incomplete torrent %s (id=%s)", instances[idx].Name, instances[idx].ID) + // t.log.Debugf("Skipping incomplete torrent %s (id=%s)", instances[idx].Name, instances[idx].ID) mergeChan <- nil return }