Remove debugging statements

This commit is contained in:
D. Berge
2025-08-07 13:03:43 +02:00
parent 2db8cc3116
commit a1c174994c

View File

@@ -95,8 +95,6 @@ async function api ({state, getters, commit, dispatch}, [resource, init = {}, cb
return [key, value];
});
state.serverInfo = entries.length ? Object.fromEntries(entries) : {};
console.log("ENTRIES", entries);
console.log("SERVER INFO", state.serverInfo);
}
if (res.ok) {