Skip to content

Commit

Permalink
Remove extra code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Oct 26, 2024
1 parent e177117 commit fab399c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launcher/minecraft/auth/steps/YggdrasilStep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ void YggdrasilStep::processError(QJsonObject responseData)
QJsonValue causeVal = responseData.value("cause");

if (errorVal.isString() && errorMessageValue.isString()) {
/*m_error = std::shared_ptr<Error>(new Error{ errorVal.toString(""), errorMessageValue.toString(""), causeVal.toString("") });*/
emit finished(AccountTaskState::STATE_FAILED_HARD, errorMessageValue.toString(""));
} else {
// Error is not in standard format. Don't set m_error and return unknown error.
Expand Down

0 comments on commit fab399c

Please sign in to comment.