mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[skip ci] Remove Debug logged adult terms found
This commit is contained in:
@@ -152,7 +152,6 @@ public partial class DebridMediaManagerCrawler(
|
|||||||
|
|
||||||
if (!parsingService.HasNoBannedTerms(parsedTorrent.Show.ReleaseTitle))
|
if (!parsingService.HasNoBannedTerms(parsedTorrent.Show.ReleaseTitle))
|
||||||
{
|
{
|
||||||
logger.LogWarning("Banned terms found in {Title}", parsedTorrent.Show.ReleaseTitle);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user