From d943d429b2af1639151952e1db39a900ecba6d83 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Fri, 21 Jul 2023 19:11:12 +0300 Subject: [PATCH] removed comment Signed-off-by: Trial97 --- launcher/modplatform/helpers/GetModPackExtraInfoTask.cpp | 2 +- launcher/modplatform/modrinth/ModrinthAPI.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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; }