Remove stray print statement.
This commit is contained in:
parent
8caba2d3c4
commit
da2b13822d
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ def fetchUrls(url, imageSearch, prevSearch=None):
|
|||
out.write('matched previous URL %r' % prevUrl, 2)
|
||||
prevUrl = urlparse.urljoin(baseUrl, prevUrl)
|
||||
else:
|
||||
print data
|
||||
out.write('no previous URL %s at %s' % (prevSearch.pattern, url), 2)
|
||||
prevUrl = None
|
||||
return imageUrls, prevUrl
|
||||
|
|
Loading…
Reference in a new issue