From 7e36a8c8357d062d92756051a92fa265e6309ba6 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 13 Feb 2023 04:15:46 +0000 Subject: [PATCH] remove commented code --- scripts/config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/config.js b/scripts/config.js index b16ac19..0704140 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -1,12 +1,6 @@ import {requestPVE, requestAPI, goToPage, getURIData, reload, resources} from "./utils.js"; import { Dialog } from "./elements.js"; -/* -setInterval(async () => { - await getConfig(); - populateDisk(); -}, 1000);*/ - window.addEventListener("DOMContentLoaded", init); // do the dumb thing where the disk config refreshes every second let diskMetaData = resources.disk;