mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 22:42:32 -04:00
Revert "Log oulinks for all users of Browser."
This reverts commit 58b95fa7bf
.
It was decided that this change didn't make sense for Brozzler.
This commit is contained in:
parent
58b95fa7bf
commit
5ad7c9c7cc
2 changed files with 3 additions and 2 deletions
|
@ -452,7 +452,6 @@ class Browser:
|
|||
outlinks = []
|
||||
else:
|
||||
outlinks = self.extract_outlinks()
|
||||
logging.info('outlinks: \n\t%s', '\n\t'.join(sorted(outlinks)))
|
||||
if not skip_visit_hashtags:
|
||||
self.visit_hashtags(page_url, hashtags, outlinks)
|
||||
final_page_url = self.url()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue