Skip to content

Commit bc5a731

Browse files
authored
remove unnecessary log (#677)
1 parent 35c55eb commit bc5a731

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Diff for: .changeset/vast-vans-crash.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
Fixes a redundant unnecessary log

Diff for: lib/index.ts

-11
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,6 @@ async function getBrowser(
225225

226226
return { browser, context, debugUrl, sessionUrl, sessionId, env };
227227
} else {
228-
logger({
229-
category: "init",
230-
message: "launching local browser",
231-
auxiliary: {
232-
headless: {
233-
value: headless.toString(),
234-
type: "boolean",
235-
},
236-
},
237-
});
238-
239228
if (localBrowserLaunchOptions?.cdpUrl) {
240229
if (!localBrowserLaunchOptions.cdpUrl.includes("connect.connect")) {
241230
logger({

0 commit comments

Comments
 (0)