Skip to content

Commit a78c419

Browse files
committed
Removed a debug print statement.
- Legacy-Id: 12870
1 parent b8815b0 commit a78c419

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bin/test-crawl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ if __name__ == "__main__":
352352
try:
353353
for u in extract_html_urls(r.content):
354354
if u not in visited and u not in urls:
355-
debug.show('u')
356355
urls[u] = url
357356
referrers[u] = url
358357

0 commit comments

Comments
 (0)