Browse Source

Removed debug print

donoban 6 years ago
parent
commit
1dcfc6e634
1 changed files with 0 additions and 1 deletions
  1. 0 1
      qubesmanager/qube_manager.py

+ 0 - 1
qubesmanager/qube_manager.py

@@ -389,7 +389,6 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QtGui.QMainWindow):
         timer.start(1000 * 60 * 5) # 5mins
 
     def CheckUpdates(self):
-        print("Checking updates")
         for vm in self.qubes_app.domains:
             if vm.klass == 'TempateVM':
                 self.vms_in_table[vm.qid].update()