Skip to content

Commit

Permalink
taking out print
Browse files Browse the repository at this point in the history
  • Loading branch information
codiebeulaine committed Apr 5, 2017
1 parent 13b7e34 commit b44b862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion molo/commenting/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ def test_restrict_article_comment_reply_truncation(self):
self.create_comment(comment_text, parent=comment)

response = self.client.get(self.article.url)
print response
self.assertEqual(response.status_code, 200)

self.assertContains(response, "Original Comment")
Expand Down

0 comments on commit b44b862

Please sign in to comment.