mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 14:01:51 +00:00
Oops debug statement
This commit is contained in:
parent
36e2a6c687
commit
6094536334
1 changed files with 0 additions and 1 deletions
|
@ -269,7 +269,6 @@ def vm_details(vmid):
|
||||||
if user.rtp or int(vmid) in user.allowed_vms:
|
if user.rtp or int(vmid) in user.allowed_vms:
|
||||||
vm = VM(vmid)
|
vm = VM(vmid)
|
||||||
usage_check = user.check_usage(vm.cpu, vm.mem, 0)
|
usage_check = user.check_usage(vm.cpu, vm.mem, 0)
|
||||||
print(vm.boot_order)
|
|
||||||
return render_template(
|
return render_template(
|
||||||
'vm_details.html',
|
'vm_details.html',
|
||||||
user=user,
|
user=user,
|
||||||
|
|
Loading…
Reference in a new issue