]> granicus.if.org Git - python/commitdiff
Remove a debug print statement.
authorGuido van Rossum <guido@python.org>
Thu, 6 Feb 2003 19:30:38 +0000 (19:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Feb 2003 19:30:38 +0000 (19:30 +0000)
Lib/pickle.py

index 1d14ed35c0761c0991483958fdaf184d89a55936..91236e91ac4ca7868587101d2791e4a2ebc02a63 100644 (file)
@@ -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