From 0664ae137c7f525c153316fff6d44f93d4f56856 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sat, 10 Oct 2015 10:49:05 +0200 Subject: [PATCH] junitxml: remove debug print --- _pytest/junitxml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/_pytest/junitxml.py b/_pytest/junitxml.py index 915f045f0..b88050712 100644 --- a/_pytest/junitxml.py +++ b/_pytest/junitxml.py @@ -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))