debug telegram message removed

This commit is contained in:
milarin 2023-01-15 21:09:49 +01:00
parent 7c8ca8646f
commit ad677bc3a4

View File

@ -57,7 +57,6 @@ func CheckTorrents() {
collectionPreferred := props.Priority >= torrentPrio.Priority
collectionPreferredTorrents[torrentPrio.ParsedTorrent] = collectionPreferred // debug output
if collectionPreferred {
SendTelegramAnimeEpMessage(TelegramDownloadMessagePattern, animeEp)
continue
}
}