Commit 98b922c0 authored by Guido van Rossum's avatar Guido van Rossum

Remove a debug print statement.

parent 241c2e96
......@@ -488,7 +488,6 @@ class Pickler:
if str(err) != ("a class that defines __slots__ "
"without defining __getstate__ "
"cannot be pickled"):
print repr(str(err))
raise # Not that specific exception
getstate = None
......
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