remove debug console.log
This commit is contained in:
parent
c5137481b7
commit
c39fca591c
@ -68,7 +68,6 @@ class Instance extends HTMLElement {
|
||||
|
||||
while (true) {
|
||||
let data = await request(`/nodes/${this.node}/${this.type}/${this.vmid}/status/current`);
|
||||
console.log(data);
|
||||
if(data.data.status === targetStatus) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user