diff --git a/launcher/modplatform/helpers/GetModPackExtraInfoTask.cpp b/launcher/modplatform/helpers/GetModPackExtraInfoTask.cpp index ff6376999..f827d8de5 100644 --- a/launcher/modplatform/helpers/GetModPackExtraInfoTask.cpp +++ b/launcher/modplatform/helpers/GetModPackExtraInfoTask.cpp @@ -126,7 +126,7 @@ void GetModPackExtraInfoTask::getProjectInfo() emitFailed(tr("Version not found")); return; } - setStatus(tr("Get Project information")); + setStatus(tr("Get project information")); setProgress(3, 4); auto responseInfo = std::make_shared(); auto projectTask = m_api->getProject(m_version.addonId.toString(), responseInfo); diff --git a/launcher/modplatform/modrinth/ModrinthAPI.cpp b/launcher/modplatform/modrinth/ModrinthAPI.cpp index b05fc966b..a4682ffa9 100644 --- a/launcher/modplatform/modrinth/ModrinthAPI.cpp +++ b/launcher/modplatform/modrinth/ModrinthAPI.cpp @@ -134,8 +134,6 @@ Task::Ptr ModrinthAPI::getVersionFromHash(QString hash, ModPlatform::IndexedVers qWarning() << "Error while parsing JSON response from Modrinth::CurrentVersions at " << parse_error.offset << " reason: " << parse_error.errorString(); qWarning() << *response; - - // failed(parse_error.errorString()); return; }