diff options
| author | 2015-03-24 21:53:40 +0100 | |
|---|---|---|
| committer | 2015-03-24 21:53:40 +0100 | |
| commit | 7ed106bc79c222586279d4351db1c5f005b0b1f3 (patch) | |
| tree | ff0efc466457d10431a85c3f23fc1a154dcdc26c /node/helpnode.cpp | |
| parent | 24d48effb863e458c00dcb1bea1ad5aa82309599 (diff) | |
| download | OneRoll-7ed106bc79c222586279d4351db1c5f005b0b1f3.tar.gz OneRoll-7ed106bc79c222586279d4351db1c5f005b0b1f3.zip | |
-Add listaliasnode to list all alias.
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) |