diff --git a/api/logic/minecraft/launch/LauncherPartLaunch.cpp b/api/logic/minecraft/launch/LauncherPartLaunch.cpp index 764f2702..b69ae413 100644 --- a/api/logic/minecraft/launch/LauncherPartLaunch.cpp +++ b/api/logic/minecraft/launch/LauncherPartLaunch.cpp @@ -108,7 +108,6 @@ void LauncherPartLaunch::on_state(LoggedProcess::State state) m_parent->instance()->setLastLaunch(); // send the launch script to the launcher part m_process.write(m_launchScript.toUtf8()); - qDebug() << m_launchScript; mayProceed = true; emit readyForLaunch();