remove debug for current state of ACM child process

This commit is contained in:
Stephen Birarda 2015-05-08 15:23:22 -07:00
parent 4c93e395ad
commit 07d8a6a8ae

View file

@ -71,8 +71,6 @@ void AssignmentClientMonitor::waitOnChildren(int msecs) {
while (i.hasNext()) {
QProcess* childProcess = i.next();
qDebug() << "The current state of process" << childProcess->processId() << "is" << childProcess->state();
if (childProcess->state() == QProcess::NotRunning) {
i.remove();
} else if (msecs > 0) {