summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/xpath/XPathDataModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/datamodel/xpath/XPathDataModel.cpp')
-rw-r--r--src/uscxml/plugins/datamodel/xpath/XPathDataModel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/plugins/datamodel/xpath/XPathDataModel.cpp b/src/uscxml/plugins/datamodel/xpath/XPathDataModel.cpp
index 0c649f5..6f28464 100644
--- a/src/uscxml/plugins/datamodel/xpath/XPathDataModel.cpp
+++ b/src/uscxml/plugins/datamodel/xpath/XPathDataModel.cpp
@@ -244,7 +244,7 @@ void XPathDataModel::assign(const Arabica::DOM::Element<std::string>& assignElem
LOG(ERROR) << "assign element has no content";
}
- std::cout << _datamodel << std::endl;
+// std::cout << _datamodel << std::endl;
}
void XPathDataModel::assign(const std::string& location, const Data& data) {
@@ -288,7 +288,7 @@ void XPathDataModel::init(const Arabica::DOM::Element<std::string>& dataElem,
nodeSet.push_back(container);
_varResolver.setVariable(location, nodeSet);
- std::cout << _datamodel << std::endl;
+// std::cout << _datamodel << std::endl;
}
void XPathDataModel::init(const std::string& location, const Data& data) {