Skip to content

Commit 3df5503

Browse files
committed
WIP
1 parent 6bca204 commit 3df5503

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)