remove a debug line that slipped through the cracks

This commit is contained in:
Stephen Birarda 2014-09-30 17:25:19 -07:00
parent ac4a767d60
commit 7f2008161d

View file

@ -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);