From 3ecbd467129b443dd0b677793c7e7936dbb15c7a Mon Sep 17 00:00:00 2001 From: kaganrua Date: Fri, 6 Sep 2024 16:05:31 -0400 Subject: [PATCH] remove console --- frontend/src/App.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index a4fb3cb9..1c3deef2 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -77,8 +77,7 @@ export default function App() { const serverPort = config.ServerPort; const context = config.KubeContext; //check this, in case user might've manually changed something, which could potentially cause bugs - console.log(currentConfig); - console.log(serverPort.toString()); + const openConfig = currentConfig?.anvil?.port === serverPort.toString(); if (config.IsLocal === true && openConfig === true) {