From a1c174994ce720589972120deabf77c8aeb2972e Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Thu, 7 Aug 2025 13:03:43 +0200 Subject: [PATCH] Remove debugging statements --- lib/www/client/source/src/store/modules/api/actions.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/www/client/source/src/store/modules/api/actions.js b/lib/www/client/source/src/store/modules/api/actions.js index 4fbe17d..5bb0939 100644 --- a/lib/www/client/source/src/store/modules/api/actions.js +++ b/lib/www/client/source/src/store/modules/api/actions.js @@ -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) {