Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
kaganrua committed Sep 6, 2024
1 parent 463d054 commit 3ecbd46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3ecbd46

Please sign in to comment.