Cardigann: cleanup

This commit is contained in:
kaso17 2016-12-10 11:56:58 +01:00
parent e312a4da09
commit c3033db8fb
1 changed files with 0 additions and 1 deletions

View File

@ -460,7 +460,6 @@ namespace Jackett.Indexers
headers.Add("Content-Type", "multipart/form-data; boundary=" + boundary);
var body = string.Join("\r\n", bodyParts);
logger.Error(body);
loginResult = await PostDataWithCookies(submitUrl.ToString(), pairs, configData.CookieHeader.Value, SiteLink, headers, body);
} else {
loginResult = await RequestLoginAndFollowRedirect(submitUrl.ToString(), pairs, configData.CookieHeader.Value, true, null, SiteLink, true);