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 7a5c1222ca
commit e6290cc058

View File

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