chore: remove debug console.log statements, stale comments, and dead code (#8142)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2026-03-26 17:36:58 -04:00
committed by GitHub
parent 38f11d84db
commit 830b77c9f1
28 changed files with 4 additions and 1246 deletions
-2
View File
@@ -20,13 +20,11 @@ const TELEMETRY_CONFIG_KEY = 'GOOSE_TELEMETRY_ENABLED';
const isLauncher = window.location.hash === '#/launcher';
if (!isLauncher) {
console.log('window created, getting goosed connection info');
const gooseApiHost = await window.electron.getGoosedHostPort();
if (gooseApiHost === null) {
window.alert('failed to start goose backend process');
return;
}
console.log('connecting at', gooseApiHost);
client.setConfig({
baseUrl: gooseApiHost,
headers: {