diff --git a/src/wirecloud/commons/tests/template.py b/src/wirecloud/commons/tests/template.py index fa63509e0..5d89e1a41 100644 --- a/src/wirecloud/commons/tests/template.py +++ b/src/wirecloud/commons/tests/template.py @@ -1583,8 +1583,6 @@ def check_minimal_mashup_data(self, testname, format): template = TemplateParser(template_contents) processed_info = template.get_resource_info() - print(json.dumps(processed_info, sort_keys=True, indent=4, ensure_ascii=False)) - self.check_full_mashup(processed_info, getattr(self, testname)) def check_full_mashup(self, processed_info, expected_result):