Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Jan 16, 2022
1 parent 769b729 commit 6614a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cms/tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,6 @@ def test_page_attribute_warns(self):
def get_page(plugin):
return plugin.page

print(DontUsePageAttributeWarning)
self.assertWarns(
DontUsePageAttributeWarning,
"Don't use the page attribute on CMSPlugins! CMSPlugins are not guaranteed to have a page associated with them!",
Expand Down

0 comments on commit 6614a8d

Please sign in to comment.