cc-4105: workaround for fix for terrible bug

This commit is contained in:
Rudi Grinberg 2012-08-10 13:16:10 -04:00
parent 9015b93527
commit 0e2d523bf6
4 changed files with 31 additions and 13 deletions

View file

@ -24,7 +24,6 @@ class ReportHandler(Handles):
weak=weak)
def report_problem_file(self, event, exception=None):
import ipdb; ipdb.set_trace()
dispatcher.send(signal=self.report_signal, sender=self, event=event,
exception=exception)