mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
remove a debug line that slipped through the cracks
This commit is contained in:
parent
ac4a767d60
commit
7f2008161d
1 changed files with 0 additions and 2 deletions
|
@ -232,8 +232,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer &startup_time) :
|
|||
|
||||
// put the NodeList and datagram processing on the node thread
|
||||
NodeList* nodeList = NodeList::createInstance(NodeType::Agent, listenPort);
|
||||
|
||||
qDebug() << "NL pointer is" << nodeList;
|
||||
|
||||
nodeList->moveToThread(_nodeThread);
|
||||
_datagramProcessor.moveToThread(_nodeThread);
|
||||
|
|
Loading…
Reference in a new issue