diff options
| author | 2014-01-25 12:44:59 +0100 | |
|---|---|---|
| committer | 2014-01-25 12:44:59 +0100 | |
| commit | 5fe518bbc3e8dd91f4452947af5dce6a2811ce5b (patch) | |
| tree | ce754d657f6c2df0a45248166d16be5c81c2245b /node/keepdiceexecnode.cpp | |
| parent | 26d5968dd89ad138b1d51f88cd02e2aa633f410d (diff) | |
| download | OneRoll-5fe518bbc3e8dd91f4452947af5dce6a2811ce5b.tar.gz OneRoll-5fe518bbc3e8dd91f4452947af5dce6a2811ce5b.zip | |
fix some issue with parentheses management.
Diffstat (limited to 'node/keepdiceexecnode.cpp')
| -rw-r--r-- | node/keepdiceexecnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/keepdiceexecnode.cpp b/node/keepdiceexecnode.cpp index 62aefb6..ebe3941 100644 --- a/node/keepdiceexecnode.cpp +++ b/node/keepdiceexecnode.cpp @@ -12,7 +12,7 @@ KeepDiceExecNode::KeepDiceExecNode() void KeepDiceExecNode::run(ExecutionNode* previous) { - qDebug() << "KeepDiceExecNode node"; +// qDebug() << "KeepDiceExecNode node"; if(NULL==previous) { return; |