mirror of https://github.com/scrapy/scrapy.git
removed debugging code
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40338
This commit is contained in:
parent
ce3bbd1a2b
commit
91ddfd6f80
|
|
@ -127,7 +127,6 @@ class ClusterNodeBroker(pb.Referenceable):
|
|||
def remote_update(self, worker_status, domain, domain_status):
|
||||
"""Called remotely form worker when domains finish to update status"""
|
||||
self._set_status(worker_status)
|
||||
raise Exception
|
||||
if domain in self.master.loading and domain_status == "running":
|
||||
self.master.loading.remove(domain)
|
||||
self.master.statistics["domains"]["running"].add(domain)
|
||||
|
|
|
|||
Loading…
Reference in New Issue