Skip to content

Commit 6094536

Browse files
committed
Oops debug statement
1 parent 36e2a6c commit 6094536

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proxstar/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def vm_details(vmid):
269269
if user.rtp or int(vmid) in user.allowed_vms:
270270
vm = VM(vmid)
271271
usage_check = user.check_usage(vm.cpu, vm.mem, 0)
272-
print(vm.boot_order)
273272
return render_template(
274273
'vm_details.html',
275274
user=user,

0 commit comments

Comments
 (0)