Removed debug print
This commit is contained in:
parent
224c8708fc
commit
1dcfc6e634
@ -389,7 +389,6 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QtGui.QMainWindow):
|
|||||||
timer.start(1000 * 60 * 5) # 5mins
|
timer.start(1000 * 60 * 5) # 5mins
|
||||||
|
|
||||||
def CheckUpdates(self):
|
def CheckUpdates(self):
|
||||||
print("Checking updates")
|
|
||||||
for vm in self.qubes_app.domains:
|
for vm in self.qubes_app.domains:
|
||||||
if vm.klass == 'TempateVM':
|
if vm.klass == 'TempateVM':
|
||||||
self.vms_in_table[vm.qid].update()
|
self.vms_in_table[vm.qid].update()
|
||||||
|
Loading…
Reference in New Issue
Block a user