Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Proffitt committed Jul 5, 2018
1 parent a381d63 commit 08ef132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_cmsplugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def test_can_render_a_simple_tree_of_cms_pages(self):
html = self.render_plugin(model_instance)
html = strip_spaces_between_tags(html)

print(html.strip())
# Check
assert html.strip() == strip_spaces_between_tags(
"""
Expand Down

0 comments on commit 08ef132

Please sign in to comment.