Removed a debug print statement.

- Legacy-Id: 12870
This commit is contained in:
Henrik Levkowetz 2017-02-17 17:53:26 +00:00
parent b8815b00c5
commit a78c419845

View file

@ -352,7 +352,6 @@ if __name__ == "__main__":
try:
for u in extract_html_urls(r.content):
if u not in visited and u not in urls:
debug.show('u')
urls[u] = url
referrers[u] = url