diff options
Diffstat (limited to 'node/startingnode.cpp')
| -rw-r--r-- | node/startingnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/startingnode.cpp b/node/startingnode.cpp index 9395e53..7ce1e38 100644 --- a/node/startingnode.cpp +++ b/node/startingnode.cpp @@ -7,7 +7,7 @@ StartingNode::StartingNode() } void StartingNode::run(ExecutionNode*) { -// qDebug() << "starting node"; + m_previousNode = NULL; if(NULL!=m_nextNode) { m_nextNode->run(this); |