Skip to content

Commit

Permalink
webui: remove forgotten console.info object
Browse files Browse the repository at this point in the history
This get's reprinted on each re-render of the component polluting the
browser console and therefore the test run outputs.
  • Loading branch information
KKoukiou committed Jun 28, 2023
1 parent 840d859 commit 91c86ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/webui/src/components/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export const Application = () => {
if (!address || !conf) {
return null;
}
console.info("conf: ", conf);

const title = cockpit.format("$0 installation", prettyName);

Expand Down

0 comments on commit 91c86ee

Please sign in to comment.