conn: Remove debugging cruft that was disabling domain update!

This commit is contained in:
Cole Robinson 2011-04-13 10:21:00 -04:00
parent f2781ee62a
commit a3fd17575c

View File

@ -1488,7 +1488,6 @@ class vmmConnection(vmmGObject):
if noStatsUpdate: if noStatsUpdate:
updateVMs = newVMs updateVMs = newVMs
updateVMs = {}
for uuid in updateVMs: for uuid in updateVMs:
vm = self.vms[uuid] vm = self.vms[uuid]
try: try: