Skip to content

chore(ui): remove debug console.log from SessionSharingSection#7880

Closed
jeffa-block wants to merge 1 commit intoblock:mainfrom
jeffa-block:jeffa/cleanup-debug-log-session-sharing
Closed

chore(ui): remove debug console.log from SessionSharingSection#7880
jeffa-block wants to merge 1 commit intoblock:mainfrom
jeffa-block:jeffa/cleanup-debug-log-session-sharing

Conversation

@jeffa-block
Copy link
Copy Markdown
Contributor

Why

SessionSharingSection.tsx logs the GOOSE_BASE_URL_SHARE environment variable value to the browser DevTools console on every render. This leaks configuration to anyone with DevTools open.

What

Remove 1 console.log statement from ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx.

How to review

Single file, 1 line deleted. The envBaseUrlShare variable is still read and used — only the debug log is removed.

Testing

No runtime impact. Session sharing settings continue to work as before.

Remove log that leaked GOOSE_BASE_URL_SHARE env config value to DevTools.
@DOsinga
Copy link
Copy Markdown
Collaborator

DOsinga commented Mar 26, 2026

Squashed into #8142

@DOsinga DOsinga closed this Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants