diff --git a/core/metautils/src/RConversionRuleParser.cxx b/core/metautils/src/RConversionRuleParser.cxx index e9a3ed86ff2a02aee16af6d92ee95da769def106..5f4def55d9a81405b8b68c09ceef94905ee125f7 100644 --- a/core/metautils/src/RConversionRuleParser.cxx +++ b/core/metautils/src/RConversionRuleParser.cxx @@ -455,7 +455,7 @@ namespace ROOT // List the data members with non-empty type declarations //----------------------------------------------------------------- for( it = source.begin(); it != source.end(); ++it ) { - fprintf(stderr, "Seeing %s %s %s\n", it->first.fType.c_str(), it->second.c_str(), it->first.fDimensions.c_str()); + // fprintf(stderr, "Seeing %s %s %s\n", it->first.fType.c_str(), it->second.c_str(), it->first.fDimensions.c_str()); if( it->first.fType.size() ) { if ( it->first.fDimensions.size() ) { output << " typedef " << it->first.fType;