mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
remove debugging line
This commit is contained in:
parent
5bb23b354c
commit
7c637a45e0
@ -202,7 +202,6 @@ class BrozzlerWorker:
|
|||||||
self.logger.error("youtube_dl raised exception on %s",
|
self.logger.error("youtube_dl raised exception on %s",
|
||||||
page, exc_info=True)
|
page, exc_info=True)
|
||||||
|
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
if self._needs_browsing(page, ydl.brozzler_spy):
|
if self._needs_browsing(page, ydl.brozzler_spy):
|
||||||
self.logger.info('needs browsing: %s', page)
|
self.logger.info('needs browsing: %s', page)
|
||||||
if not browser.is_running():
|
if not browser.is_running():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user