From: Ɓukasz Langa Date: Fri, 29 Apr 2011 14:16:36 +0000 (+0200) Subject: Removed debugging leftovers. X-Git-Tag: v3.2.1b1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c7419d4332a9929d8ba0db13d5e2c0db3aee160;p=thirdparty%2FPython%2Fcpython.git Removed debugging leftovers. --- diff --git a/Lib/configparser.py b/Lib/configparser.py index 82b6f03061f9..12ba5ad81cff 100644 --- a/Lib/configparser.py +++ b/Lib/configparser.py @@ -1057,8 +1057,6 @@ class RawConfigParser(MutableMapping): if not optname: e = self._handle_error(e, fpname, lineno, line) optname = self.optionxform(optname.rstrip()) - if hasattr(self, '__ping__'): - import pdb; pdb.set_trace() if (self._strict and (sectname, optname) in elements_added): raise DuplicateOptionError(sectname, optname,