1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Remove some useless debug messages for launching certain programs

This commit is contained in:
Joshua Goins 2022-09-05 16:23:15 -04:00
parent 5c2d4727f1
commit 643208fc47

View file

@ -321,8 +321,6 @@ void LauncherCore::launchExecutable(
process->setProcessEnvironment(env);
qDebug() << "launching " << executable << " with args" << arguments;
process->start(executable, arguments);
}