removed debugging code

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40338
This commit is contained in:
Pablo Hoffman 2008-10-23 12:44:24 +00:00
parent ce3bbd1a2b
commit 91ddfd6f80
1 changed files with 0 additions and 1 deletions

View File

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