Skip to content

Commit

Permalink
style: use spaces, remove unused debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrone-sudeium committed Feb 12, 2019
1 parent fc2c65f commit 36aaf2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FFXIVLauncher/Login.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ static LoginResult GetRealSID(const std::string & sid, std::string & result)
auto hr = DoRequest(req, resp);
if (FAILED(hr)) return LoginResult::NetworkError;

std::string utf8_result(resp.body.begin(), resp.body.end());

if (resp.status == 409 || (resp.status == 200 && resp.body.size() > 0))
{
return LoginResult::UpdateRequired;
Expand Down

0 comments on commit 36aaf2f

Please sign in to comment.