Skip to content

Commit

Permalink
Update ui/desktop/src/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lily-de authored Jan 9, 2025
1 parent 5d3ed41 commit 3ad2cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/desktop/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const windowMap = new Map<number, BrowserWindow>();
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()) {
Expand Down

0 comments on commit 3ad2cb7

Please sign in to comment.