From 5fe518bbc3e8dd91f4452947af5dce6a2811ce5b Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 25 Jan 2014 12:44:59 +0100 Subject: fix some issue with parentheses management. --- node/startingnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/startingnode.cpp') diff --git a/node/startingnode.cpp b/node/startingnode.cpp index 7822bcc..d5e43ea 100644 --- a/node/startingnode.cpp +++ b/node/startingnode.cpp @@ -7,7 +7,7 @@ StartingNode::StartingNode() } void StartingNode::run(ExecutionNode*) { - qDebug() << "starting node"; +// qDebug() << "starting node"; if(NULL!=m_nextNode) { m_nextNode->run(this); -- cgit v1.2.3-70-g09d2