remove log line of adult content

This commit is contained in:
iPromKnight
2024-03-10 13:54:35 +00:00
parent 7d0b779bc8
commit ad04d323b4

View File

@@ -134,7 +134,6 @@ public partial class DebridMediaManagerCrawler(
if (!parsingService.HasNoBannedTerms(parsedTorrent.Movie.ReleaseTitle))
{
logger.LogWarning("Banned terms found in {Title}", parsedTorrent.Movie.ReleaseTitle);
return null;
}