aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/scalaroperatornode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/scalaroperatornode.cpp')
-rw-r--r--node/scalaroperatornode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp
index e473cc2..2abde1a 100644
--- a/node/scalaroperatornode.cpp
+++ b/node/scalaroperatornode.cpp
@@ -39,7 +39,7 @@ void ScalarOperatorNode::run(ExecutionNode* previous)
m_result->setPrevious(internalResult);
internalResult->setPrevious(previousResult);
- qDebug() << "ScalarOperatorNode node" << m_myOperator;
+ //qDebug() << "ScalarOperatorNode node" << m_myOperator;
switch(m_myOperator)
{