commit | 98b922c0eca3f56f5fe1f1ed2c8337fbdb63618d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Feb 06 19:30:38 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Feb 06 19:30:38 2003 +0000 |
tree | b3e027cbf1f9dce984361d2c173add15440b790d | |
parent | 241c2e969241dee0a02bed70940d2d12ccfdec63 [diff] |
Remove a debug print statement.
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 @@ 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