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:
parent
5c2d4727f1
commit
643208fc47
1 changed files with 0 additions and 2 deletions
|
@ -321,8 +321,6 @@ void LauncherCore::launchExecutable(
|
|||
|
||||
process->setProcessEnvironment(env);
|
||||
|
||||
qDebug() << "launching " << executable << " with args" << arguments;
|
||||
|
||||
process->start(executable, arguments);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue