mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
remove stray logging
This commit is contained in:
parent
ac543ee5b6
commit
d904daea9c
@ -121,9 +121,6 @@ class ThreadExceptionGate:
|
||||
return self
|
||||
|
||||
def __exit__(self, exc_type, exc_value, traceback):
|
||||
self.logger.info(
|
||||
'self=%s exc_type=%s exc_value=%s', repr(self), repr(exc_type),
|
||||
repr(exc_value))
|
||||
assert self.thread == threading.current_thread()
|
||||
self.ok_to_raise.clear()
|
||||
return False # don't swallow exception
|
||||
|
Loading…
x
Reference in New Issue
Block a user