mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +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
|
// start the deployed assignment
|
||||||
QThread* workerThread = new QThread;
|
QThread* workerThread = new QThread;
|
||||||
qDebug() << "The thread is" << workerThread;
|
|
||||||
workerThread->setObjectName("ThreadedAssignment Worker");
|
workerThread->setObjectName("ThreadedAssignment Worker");
|
||||||
|
|
||||||
connect(workerThread, &QThread::started, _currentAssignment, &ThreadedAssignment::run);
|
connect(workerThread, &QThread::started, _currentAssignment, &ThreadedAssignment::run);
|
||||||
|
|
Loading…
Reference in a new issue