mirror of https://github.com/scrapy/scrapy.git
removed debugging print
This commit is contained in:
parent
7bf0af7a58
commit
0135a5364e
|
|
@ -185,7 +185,6 @@ class Scraper(object):
|
|||
"""
|
||||
if spider_failure is download_failure:
|
||||
errmsg = spider_failure.getErrorMessage()
|
||||
spider_failure.printTraceback()
|
||||
if errmsg:
|
||||
log.msg(format='Error downloading %(request)s: %(errmsg)s',
|
||||
level=log.ERROR, spider=spider, request=request, errmsg=errmsg)
|
||||
|
|
|
|||
Loading…
Reference in New Issue