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

View File

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