cc-4105: workaround for fix for terrible bug
This commit is contained in:
parent
9015b93527
commit
0e2d523bf6
4 changed files with 31 additions and 13 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue