mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: remove some cardigann traces (#10085)
This commit is contained in:
@@ -1330,8 +1330,6 @@ namespace Jackett.Common.Indexers
|
|||||||
}
|
}
|
||||||
var searchUrlUri = new Uri(searchUrl);
|
var searchUrlUri = new Uri(searchUrl);
|
||||||
|
|
||||||
logger.Info($"Fetching: {searchUrl}");
|
|
||||||
|
|
||||||
// send HTTP request
|
// send HTTP request
|
||||||
Dictionary<string, string> headers = null;
|
Dictionary<string, string> headers = null;
|
||||||
if (Search.Headers != null)
|
if (Search.Headers != null)
|
||||||
|
Reference in New Issue
Block a user