Reduce verbosity of Java API generators

This commit is contained in:
Andrey Kamaev
2012-09-06 14:55:48 +04:00
parent b8adc04545
commit 70234433d3
3 changed files with 2 additions and 6 deletions

View File

@@ -612,7 +612,6 @@ class RstParser(object):
return s
def printSummary(self):
print
print "RST Parser Summary:"
print " Total sections: %s" % self.sections_total
print " Skipped sections: %s" % self.sections_skipped