summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/FastMicroStep.cpp
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-05-19 21:22:59 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-05-19 21:22:59 (GMT)
commit8ba26b482ba3f37ce262940af70650be399fd548 (patch)
treeab48de386620e5e888614ed5359a0371c07252f4 /src/uscxml/interpreter/FastMicroStep.cpp
parent0641c59dd1de9541f9650a58739ff1a7f39fece7 (diff)
downloaduscxml-8ba26b482ba3f37ce262940af70650be399fd548.zip
uscxml-8ba26b482ba3f37ce262940af70650be399fd548.tar.gz
uscxml-8ba26b482ba3f37ce262940af70650be399fd548.tar.bz2
Dire bug in uscxml-browser, smaller fixes and documentation
Diffstat (limited to 'src/uscxml/interpreter/FastMicroStep.cpp')
-rw-r--r--src/uscxml/interpreter/FastMicroStep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/FastMicroStep.cpp b/src/uscxml/interpreter/FastMicroStep.cpp
index 99c2d74..fd9f1a9 100644
--- a/src/uscxml/interpreter/FastMicroStep.cpp
+++ b/src/uscxml/interpreter/FastMicroStep.cpp
@@ -325,7 +325,7 @@ void FastMicroStep::init(XERCESC_NS::DOMElement* scxml) {
// establish the transitions' exit set
assert(_transitions[i]->element != NULL);
- std::cout << "i: " << i << std::endl << std::flush;
+// std::cout << "i: " << i << std::endl << std::flush;
std::list<DOMElement*> exitList = getExitSet(_transitions[i]->element, _scxml);
for (j = 0; j < _states.size(); j++) {
if (!exitList.empty() && _states[j]->element == exitList.front()) {