diff --git a/python/tests.py b/python/tests.py index e80a733..4eafa2f 100644 --- a/python/tests.py +++ b/python/tests.py @@ -633,7 +633,6 @@ class UltraJSONTests(TestCase): class DictTest: def toDict(self): - print "toDict called" return d o = DictTest()