From ad677bc3a4555275b64c8e8353650c4aba6c8e3c Mon Sep 17 00:00:00 2001 From: milarin Date: Sun, 15 Jan 2023 21:09:49 +0100 Subject: [PATCH] debug telegram message removed --- check_torrents.go | 1 - 1 file changed, 1 deletion(-) diff --git a/check_torrents.go b/check_torrents.go index b0cf665..07576e8 100644 --- a/check_torrents.go +++ b/check_torrents.go @@ -57,7 +57,6 @@ func CheckTorrents() { collectionPreferred := props.Priority >= torrentPrio.Priority collectionPreferredTorrents[torrentPrio.ParsedTorrent] = collectionPreferred // debug output if collectionPreferred { - SendTelegramAnimeEpMessage(TelegramDownloadMessagePattern, animeEp) continue } }