remove console.log s
This commit is contained in:
parent
79a46b1f9b
commit
a1727eebdc
@ -46,7 +46,6 @@ async function init () {
|
||||
|
||||
async function populateResources () {
|
||||
let config = await request(`/nodes/${node}/${type}/${vmid}/config`);
|
||||
console.log(config);
|
||||
|
||||
let name = type === "qemu" ? "name" : "hostname";
|
||||
addMetaLine("name", "Name", {type: "text", value: config.data[name]});
|
||||
|
Loading…
Reference in New Issue
Block a user