mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
remove debugging
This commit is contained in:
parent
f7d96c108a
commit
4737abcf58
1 changed files with 1 additions and 4 deletions
|
@ -287,10 +287,7 @@ namespace Jackett.Indexers
|
|||
var value = applyGoTemplateText(Input.Value);
|
||||
pairs.Add(Input.Key, value);
|
||||
}
|
||||
foreach (var x in pairs)
|
||||
{
|
||||
logger.Error(x.Key + ": " + x.Value);
|
||||
}
|
||||
|
||||
var LoginUrl = SiteLink + Login.Path;
|
||||
configData.CookieHeader.Value = null;
|
||||
var loginResult = await RequestLoginAndFollowRedirect(LoginUrl, pairs, null, true, null, SiteLink, true);
|
||||
|
|
Loading…
Reference in a new issue