Commit 26ece502 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove debugging print.

Blast!  Why didn't doctest complain about this?
parent 93b3fc93
......@@ -252,7 +252,6 @@ class BaseObjectWriter:
if newargs is None:
meta = klass
else:
print "newargs", repr(newargs)
meta = klass, newargs()
return self._dump(meta, obj.__getstate__())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment