Removed a comment

This commit is contained in:
Anton Beloglazov 2012-10-09 17:00:16 +11:00
parent a7f6a2e6aa
commit ad1371bc2c

View File

@ -50,7 +50,6 @@ for uuid in vms:
vms_names.append((vm.human_id, uuid))
vms_status[uuid] = str(vm.status)
vms_names = sorted(vms_names)
#sorted((str(nova.servers.get(vm).human_id), vm) for vm in vms)
vms_cpu_usage = db.select_last_cpu_mhz_for_vms()
for vm in vms: