remove debugging

This commit is contained in:
kaso17 2016-10-30 15:16:28 +01:00 committed by kaso17
parent f7d96c108a
commit 4737abcf58
1 changed files with 1 additions and 4 deletions

View File

@ -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);