]> granicus.if.org Git - python/commitdiff
Removed debugging leftovers.
authorŁukasz Langa <lukasz@langa.pl>
Fri, 29 Apr 2011 14:16:36 +0000 (16:16 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 29 Apr 2011 14:16:36 +0000 (16:16 +0200)
Lib/configparser.py

index 82b6f03061f9c594957c8f0073743054332eb2e7..12ba5ad81cfff465699fec5b4387242d2af47020 100644 (file)
@@ -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,