mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Remove debugging statements
This commit is contained in:
@@ -95,8 +95,6 @@ async function api ({state, getters, commit, dispatch}, [resource, init = {}, cb
|
|||||||
return [key, value];
|
return [key, value];
|
||||||
});
|
});
|
||||||
state.serverInfo = entries.length ? Object.fromEntries(entries) : {};
|
state.serverInfo = entries.length ? Object.fromEntries(entries) : {};
|
||||||
console.log("ENTRIES", entries);
|
|
||||||
console.log("SERVER INFO", state.serverInfo);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
|
|||||||
Reference in New Issue
Block a user