remove periodic refresh in favor of refresh as needed

This commit is contained in:
Arthur Lu 2022-12-17 17:52:20 -08:00
parent f4374faccd
commit 5971c1ebef

View File

@ -4,7 +4,6 @@ window.addEventListener("DOMContentLoaded", init);
async function init () {
await populateInstances();
//setInterval(populateInstances, 1000);
}
async function populateInstances () {