junitxml: remove debug print
This commit is contained in:
parent
d0107c898e
commit
0664ae137c
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue