mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
cardigann: only log AFTER processing when debug enabled. #6377
This commit is contained in:
parent
dc7f8e20ab
commit
bbf3a3c749
1 changed files with 1 additions and 1 deletions
|
@ -1541,7 +1541,7 @@ namespace Jackett.Common.Indexers
|
|||
while (PrevRow != null)
|
||||
{
|
||||
var CurRow = PrevRow;
|
||||
logger.Info(PrevRow.OuterHtml);
|
||||
logger.Debug(PrevRow.OuterHtml);
|
||||
try
|
||||
{
|
||||
value = handleSelector(DateHeaders, CurRow);
|
||||
|
|
Loading…
Reference in a new issue