diff --git a/Lib/configparser.py b/Lib/configparser.py index 82b6f03061f..12ba5ad81cf 100644 --- a/Lib/configparser.py +++ b/Lib/configparser.py @@ -1057,8 +1057,6 @@ def _read(self, fp, fpname): 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,