mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:24:02 +02:00
remove debug for current state of ACM child process
This commit is contained in:
parent
4c93e395ad
commit
07d8a6a8ae
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ void AssignmentClientMonitor::waitOnChildren(int msecs) {
|
||||||
while (i.hasNext()) {
|
while (i.hasNext()) {
|
||||||
QProcess* childProcess = i.next();
|
QProcess* childProcess = i.next();
|
||||||
|
|
||||||
qDebug() << "The current state of process" << childProcess->processId() << "is" << childProcess->state();
|
|
||||||
|
|
||||||
if (childProcess->state() == QProcess::NotRunning) {
|
if (childProcess->state() == QProcess::NotRunning) {
|
||||||
i.remove();
|
i.remove();
|
||||||
} else if (msecs > 0) {
|
} else if (msecs > 0) {
|
||||||
|
|
Loading…
Reference in a new issue