summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/pickle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pickle.py b/Lib/pickle.py
index 1d14ed3..91236e9 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