From c200301673a5b9d45788c9d4b62482e13c6419c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 24 Jan 2017 08:20:16 +0100 Subject: GH-1801 Do not print the launch script to MultiMC's log. --- api/logic/minecraft/launch/LauncherPartLaunch.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'api/logic/minecraft/launch/LauncherPartLaunch.cpp') 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(); -- cgit v1.2.3