core: remove some cardigann traces (#10085)

This commit is contained in:
Diego Heras 2020-11-03 07:21:46 +01:00 committed by GitHub
parent baac86e376
commit 13f0698388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1330,9 +1330,7 @@ namespace Jackett.Common.Indexers
}
var searchUrlUri = new Uri(searchUrl);
logger.Info($"Fetching: {searchUrl}");
// send HTTP request
// send HTTP request
Dictionary<string, string> headers = null;
if (Search.Headers != null)
{