From 9dbbb5909a54b7b163ed82b6e342fdfd3efa93d0 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 17 Jan 2023 12:02:02 -0800 Subject: [PATCH] remove unrelated comments Signed-off-by: Arthur Lu --- scripts/config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/config.js b/scripts/config.js index 9526e81..27f05c7 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -34,11 +34,6 @@ async function init () { cancelButton.addEventListener("click", () => { goToPage("index.html"); }); - - /** - * Add disk qemu: POST config with sata4:"cephpl:4" - * Add disk lxc POST config with mp2:"cephpl:8,mp=/test/,backup=1" - */ } async function populateResources () {