From 9faa8ef7b457762b533ae45f4b3490eb45445a5b Mon Sep 17 00:00:00 2001 From: BrentHoltsclaw Date: Tue, 13 Feb 2018 13:50:14 -0800 Subject: [PATCH] Added Information Type for results and logging --- chipsec/xmlout.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chipsec/xmlout.py b/chipsec/xmlout.py index c1b3e066..862a4495 100644 --- a/chipsec/xmlout.py +++ b/chipsec/xmlout.py @@ -384,10 +384,6 @@ class TestSuite(object): ts_attributes["time"] = "%.5f" % sum( [tc.time for tc in self.test_cases if tc.time] ) ts_attributes["tests"] = str( len( self.test_cases ) ) - print ts_attributes - for tc in self.test_cases: - print tc.tcType - xml_element = ET.Element( "testsuite", ts_attributes ) if len(self.properties) > 0: