We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8815b0 commit a78c419Copy full SHA for a78c419
1 file changed
bin/test-crawl
@@ -352,7 +352,6 @@ if __name__ == "__main__":
352
try:
353
for u in extract_html_urls(r.content):
354
if u not in visited and u not in urls:
355
- debug.show('u')
356
urls[u] = url
357
referrers[u] = url
358
0 commit comments