From: Guido van Rossum Date: Thu, 6 Feb 2003 19:30:38 +0000 (+0000) Subject: Remove a debug print statement. X-Git-Tag: v2.3c1~1992 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98b922c0eca3f56f5fe1f1ed2c8337fbdb63618d;p=thirdparty%2FPython%2Fcpython.git Remove a debug print statement. --- diff --git a/Lib/pickle.py b/Lib/pickle.py index 1d14ed35c076..91236e91ac4c 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -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