cardigann: only log AFTER processing when debug enabled. #6377

This commit is contained in:
Garfield69 2019-11-17 19:54:33 +13:00
parent dc7f8e20ab
commit bbf3a3c749
1 changed files with 1 additions and 1 deletions

View File

@ -1541,7 +1541,7 @@ namespace Jackett.Common.Indexers
while (PrevRow != null) while (PrevRow != null)
{ {
var CurRow = PrevRow; var CurRow = PrevRow;
logger.Info(PrevRow.OuterHtml); logger.Debug(PrevRow.OuterHtml);
try try
{ {
value = handleSelector(DateHeaders, CurRow); value = handleSelector(DateHeaders, CurRow);