From c39fca591c9bc828d341192dd173498c57dc6fb1 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 17 Dec 2022 16:44:43 -0800 Subject: [PATCH] remove debug console.log --- scripts/elements.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/elements.js b/scripts/elements.js index 3d62475..6624f00 100644 --- a/scripts/elements.js +++ b/scripts/elements.js @@ -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; }