aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/parenthesesnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-01-25 12:44:59 +0100
committerRenaud G <renaud@rolisteam.org>2014-01-25 12:44:59 +0100
commit5fe518bbc3e8dd91f4452947af5dce6a2811ce5b (patch)
treece754d657f6c2df0a45248166d16be5c81c2245b /node/parenthesesnode.cpp
parent26d5968dd89ad138b1d51f88cd02e2aa633f410d (diff)
downloadOneRoll-5fe518bbc3e8dd91f4452947af5dce6a2811ce5b.tar.gz
OneRoll-5fe518bbc3e8dd91f4452947af5dce6a2811ce5b.zip
fix some issue with parentheses management.
Diffstat (limited to 'node/parenthesesnode.cpp')
-rw-r--r--node/parenthesesnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/parenthesesnode.cpp b/node/parenthesesnode.cpp
index d87b258..3e5073d 100644
--- a/node/parenthesesnode.cpp
+++ b/node/parenthesesnode.cpp
@@ -10,7 +10,7 @@ void ParenthesesNode::setInternelNode(ExecutionNode* node)
}
void ParenthesesNode::run(ExecutionNode* /*previous*/)
{
- qDebug() << "ParenthesesNode node";
+// qDebug() << "ParenthesesNode node";
if(NULL!=m_internalNode)
{
m_internalNode->run(this);