Skip to content

Commit

Permalink
Removed stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Dec 19, 2011
1 parent 6d57085 commit c6c9442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion werkzeug/testsuite/contrib/securecookie.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class SecureCookieTestCase(WerkzeugTestCase):
def test_basic_support(self):
c = SecureCookie(secret_key='foo')
assert c.new
print c.modified, c.should_save
assert not c.modified
assert not c.should_save
c['x'] = 42
Expand Down

0 comments on commit c6c9442

Please sign in to comment.