Skip to content

Commit 07441e1

Browse files
committed
WIP -- should work with comments
1 parent 3df5503 commit 07441e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreComponents/schema/schemaUtilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void AppendSimpleType( xmlWrapper::xmlNode & schemaRoot,
122122
xmlWrapper::xmlNode patternNode = restrictionNode.append_child( "xsd:pattern" );
123123

124124
///////////
125-
std::cout << "Appending simple type: " << name << " with regex: " << regex << std::endl;
125+
// std::cout << "Appending simple type: " << name << " with regex: " << regex << std::endl;
126126
///////////
127127

128128
// Handle the default regex

0 commit comments

Comments
 (0)