removed debugging print

This commit is contained in:
Pablo Hoffman 2012-09-05 15:53:30 -03:00
parent 7bf0af7a58
commit 0135a5364e
1 changed files with 0 additions and 1 deletions

View File

@ -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)