Removed debugging leftovers.

This commit is contained in:
Łukasz Langa 2011-04-29 16:16:36 +02:00
parent 4d27d9e8b6
commit 5c7419d433
1 changed files with 0 additions and 2 deletions

View 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,