junitxml: remove debug print

This commit is contained in:
Ronny Pfannschmidt 2015-10-10 10:49:05 +02:00
parent d0107c898e
commit 0664ae137c
1 changed files with 0 additions and 1 deletions

View File

@ -336,4 +336,3 @@ class LogXML(object):
def pytest_terminal_summary(self, terminalreporter):
terminalreporter.write_sep("-",
"generated xml file: %s" % (self.logfile))
terminalreporter.write(str(self.stats))