mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +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];
|
||||
});
|
||||
state.serverInfo = entries.length ? Object.fromEntries(entries) : {};
|
||||
console.log("ENTRIES", entries);
|
||||
console.log("SERVER INFO", state.serverInfo);
|
||||
}
|
||||
|
||||
if (res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user