mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-24 14:50:31 -04:00
remove stray logging
This commit is contained in:
parent
ac543ee5b6
commit
d904daea9c
2 changed files with 1 additions and 4 deletions
|
@ -121,9 +121,6 @@ class ThreadExceptionGate:
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def __exit__(self, exc_type, exc_value, traceback):
|
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()
|
assert self.thread == threading.current_thread()
|
||||||
self.ok_to_raise.clear()
|
self.ok_to_raise.clear()
|
||||||
return False # don't swallow exception
|
return False # don't swallow exception
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.1b11.dev249',
|
version='1.1b11.dev250',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue