diff --git a/ui/desktop/src/main.ts b/ui/desktop/src/main.ts index abc32824..ca3d34b9 100644 --- a/ui/desktop/src/main.ts +++ b/ui/desktop/src/main.ts @@ -125,7 +125,6 @@ const windowMap = new Map(); const createChat = async (app, query?: string, dir?: string) => { // Apply current environment settings before creating chat updateEnvironmentVariables(envToggles); - console.log("hello there") const maybeStartGoosed = async () => { if (checkApiCredentials()) {