[skip ci] Remove Debug logged adult terms found

This commit is contained in:
iPromKnight
2024-03-10 13:49:51 +00:00
parent 6c03f79933
commit e2b45e799d

View File

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