This commit is contained in:
richonguzman 2024-09-25 16:20:51 -03:00
parent 61f0359938
commit 984ddc75bc
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ function fetchSettings() {
fetch("/configuration.json")
.then((response) => response.json())
.then((settings) => {
console.log("Loaded Settings: ", settings);
loadSettings(settings);
})
.catch((err) => {