diff --git a/launcher/core/src/launchercore.cpp b/launcher/core/src/launchercore.cpp index ea20fd6..191f854 100755 --- a/launcher/core/src/launchercore.cpp +++ b/launcher/core/src/launchercore.cpp @@ -321,8 +321,6 @@ void LauncherCore::launchExecutable( process->setProcessEnvironment(env); - qDebug() << "launching " << executable << " with args" << arguments; - process->start(executable, arguments); }