Oh god how did I leave a pdb.set_trace() in here

Well, cleaning that up :)

This commit sponsored by Enrico Zini.  Thanks!
This commit is contained in:
Christopher Allan Webber 2013-11-10 17:35:56 -06:00
parent 904caab6b1
commit 70fe865647

View File

@ -246,8 +246,6 @@ class ProcessingManager(object):
try:
processor = self.processors[key]
except KeyError:
import pdb
pdb.set_trace()
raise ProcessorDoesNotExist(
"'%s' processor does not exist for this media type" % key)