diff options
Diffstat (limited to 'node/helpnode.cpp')
| -rw-r--r-- | node/helpnode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/helpnode.cpp b/node/helpnode.cpp index bae4b21..82f44f8 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -9,7 +9,6 @@ void HelpNode::run(ExecutionNode* previous) m_previousNode = previous; StringResult* txtResult = dynamic_cast<StringResult*>(m_result); - qDebug() << m_result->hasResultOfType(Result::SCALAR) << m_result->hasResultOfType(Result::STRING); if(NULL != previous) { if(previous->getResult() == NULL) |