From 7f2008161d10e8e84489d8c74d5d4f16145e669d Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 30 Sep 2014 17:25:19 -0700 Subject: [PATCH] remove a debug line that slipped through the cracks --- interface/src/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 4550d3f95c..0e63c3dfb2 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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);