refactor(logging): streamline whatsapp console output

This commit is contained in:
Peter Steinberger
2025-12-21 17:36:24 +00:00
parent f1202ff152
commit 52e7a4456a
5 changed files with 132 additions and 96 deletions

View File

@@ -63,9 +63,7 @@ export async function startBrowserControlServerFromConfig(): Promise<BrowserServ
resolved,
};
logServer.info(
`🦞 clawd browser control listening on http://127.0.0.1:${port}/`,
);
logServer.info(`Browser control listening on http://127.0.0.1:${port}/`);
return state;
}