remove debugging line

This commit is contained in:
Noah Levitt 2016-04-07 23:34:44 +00:00
parent 5bb23b354c
commit 7c637a45e0

View File

@ -202,7 +202,6 @@ class BrozzlerWorker:
self.logger.error("youtube_dl raised exception on %s",
page, exc_info=True)
import pdb; pdb.set_trace()
if self._needs_browsing(page, ydl.brozzler_spy):
self.logger.info('needs browsing: %s', page)
if not browser.is_running():