Skip to content

Commit

Permalink
tests: Remove spurious print statement
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Jun 19, 2011
1 parent 264ee5a commit bf1dc04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/jsonpickle_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ def test_class_reference(self):

def test_supports_getstate_setstate(self):
obj = ThingWithProps('object-which-defines-getstate-setstate')
print dir(obj)
flattened = self.pickler.flatten(obj)
self.assertTrue(flattened[tags.STATE].get('__identity__'))
self.assertTrue(flattened[tags.STATE].get('nom'))
Expand Down

0 comments on commit bf1dc04

Please sign in to comment.