X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification_parser.py;h=501f9f191ab4032c250c53e3de67f31d648a85b1;hp=3404024a87f6039f2e014edbc9fa53043b325711;hb=c4f32cdc7542941815a75a2de5a09ed9cc0de0d9;hpb=7bfb36dfd9284bbca10881e31e14108c7d468b7c diff --git a/resources/tools/presentation/specification_parser.py b/resources/tools/presentation/specification_parser.py index 3404024a87..501f9f191a 100644 --- a/resources/tools/presentation/specification_parser.py +++ b/resources/tools/presentation/specification_parser.py @@ -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)))