Oops debug statement

This commit is contained in:
Joe Abbate 2023-01-27 12:52:59 -05:00
parent 36e2a6c687
commit 6094536334

View file

@ -269,7 +269,6 @@ def vm_details(vmid):
if user.rtp or int(vmid) in user.allowed_vms:
vm = VM(vmid)
usage_check = user.check_usage(vm.cpu, vm.mem, 0)
print(vm.boot_order)
return render_template(
'vm_details.html',
user=user,