Remove extra code comment

This commit is contained in:
Evan Goode 2024-10-26 19:36:26 -04:00
parent e177117a8f
commit fab399c094

View File

@ -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.