Remove a commented out block used during development to disable exception handling.

This commit is contained in:
Tim Savage
2014-03-21 11:45:36 +11:00
parent 79219416eb
commit 3905acf31c

View File

@@ -103,8 +103,6 @@ def defunct_on_error(f):
return f(self, *args, **kwargs)
except Exception as exc:
self.defunct(exc)
# return f(self, *args, **kwargs)
# TODO: Clean up the above test code.
return wrapper