diff options
Diffstat (limited to 'resources/tools/presentation/specification_parser.py')
-rw-r--r-- | resources/tools/presentation/specification_parser.py | 3 |
1 files changed, 0 insertions, 3 deletions
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))) |