mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
conn: Remove debugging cruft that was disabling domain update!
This commit is contained in:
parent
f2781ee62a
commit
a3fd17575c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user