Skip to content

Commit 5ce2a55

Browse files
Bruno De BelBruno De Bel
Bruno De Bel
authored and
Bruno De Bel
committed
Unneeded log
1 parent b8378ab commit 5ce2a55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

loadInventory/inventoryparser.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ class StateParserDocumentState : public StateParserInventoryRootState{
9393
CTX.keyValues.clear();
9494

9595
};
96-
virtual void startElement (const char* const name, const xercesc::Attributes &atts ){
97-
std::cout << " Document element:" << name << std::endl;
98-
}
96+
//virtual void startElement (const char* const name, const xercesc::Attributes &atts ){
97+
//std::cout << " Document element:" << name << std::endl;
98+
//}
9999
};
100100

101101

0 commit comments

Comments
 (0)