Skip to content

Commit 035db20

Browse files
committed
remove console log
1 parent 564f1f4 commit 035db20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stagehand/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ async function handleToolCall(
257257
case "stagehand_navigate":
258258
try {
259259
await stagehand.page.goto(args.url);
260-
console.log(process.env.CONTEXT_ID);
261260
return {
262261
content: [
263262
{

0 commit comments

Comments
 (0)