GH-1801 Do not print the launch script to MultiMC's log.
This commit is contained in:
parent
0a6af3cff3
commit
c200301673
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue