1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-26 23:04:29 +00:00

oops. remove santas debug line

This commit is contained in:
Daniel Graña 2012-08-31 20:10:32 -03:00
parent c6435c5aa7
commit 3b768ae989

View File

@ -253,7 +253,6 @@ class ExecutionEngine(object):
if slot.closing:
return slot.closing
log.msg(format="Closing spider (%(reason)s)", reason=reason, spider=spider)
log.msg(format='hohohoohoo %(aaa)s', spider=spider, aaa='12')
dfd = slot.close()