Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
oxixes committed Jul 8, 2024
1 parent 196f94e commit 4c8983f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wirecloud/commons/tests/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4c8983f

Please sign in to comment.