Report: Remove *CHK tests from report
[csit.git] / resources / tools / presentation / specification_parser.py
index 3404024..501f9f1 100644 (file)
@@ -558,9 +558,6 @@ class Specification(object):
         self._parse_output()
         self._parse_static()
         self._parse_elements()
-        print(self.tables)
-        print(self.files)
-        print(self.plots)
 
         logging.debug("Specification: \n{}".
                       format(pformat(self._specification)))