summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element/postpone/PostponeElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/element/postpone/PostponeElement.cpp')
-rw-r--r--src/uscxml/plugins/element/postpone/PostponeElement.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uscxml/plugins/element/postpone/PostponeElement.cpp b/src/uscxml/plugins/element/postpone/PostponeElement.cpp
index b50b5c2..96cda6f 100644
--- a/src/uscxml/plugins/element/postpone/PostponeElement.cpp
+++ b/src/uscxml/plugins/element/postpone/PostponeElement.cpp
@@ -58,7 +58,7 @@ void PostponeElement::enterElement(const Arabica::DOM::Node<std::string>& node)
return;
}
- LOG(INFO) << until;
+// LOG(INFO) << until;
#if 0
std::string timeoutStr = "0s";
@@ -124,6 +124,8 @@ void PostponeElement::Resubmitter::onStableConfiguration(Interpreter* interprete
}
eventIter++;
}
+// LOG(ERROR) << _postponedEvents.size() << " Postponess remaining";
+
}
void PostponeElement::Resubmitter::afterCompletion(Interpreter* interpreter) {