mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
remove an extra debug
This commit is contained in:
parent
d75d204ff6
commit
4c8c24eb00
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ void AssignmentClient::readPendingDatagrams() {
|
|||
|
||||
// start the deployed assignment
|
||||
QThread* workerThread = new QThread;
|
||||
qDebug() << "The thread is" << workerThread;
|
||||
workerThread->setObjectName("ThreadedAssignment Worker");
|
||||
|
||||
connect(workerThread, &QThread::started, _currentAssignment, &ThreadedAssignment::run);
|
||||
|
|
Loading…
Reference in a new issue