junitxml: remove debug print

This commit is contained in:
Ronny Pfannschmidt
2015-10-10 10:49:05 +02:00
parent d0107c898e
commit 0664ae137c

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))