Skip to content

Commit fe0c77a

Browse files
committed
remove log
1 parent 1a95dd6 commit fe0c77a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/core/lib/v3/handlers/actHandler.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,6 @@ export class ActHandler {
332332
const settleTimeout = domSettleTimeoutMs ?? this.defaultDomSettleTimeoutMs;
333333
const effectiveClient = llmClientOverride ?? this.llmClient;
334334

335-
v3Logger({
336-
category: "action",
337-
message: `[act] ${action.description}`,
338-
level: 1,
339-
});
340335

341336
const method = action.method?.trim();
342337
if (!method || method === "not-supported") {

0 commit comments

Comments
 (0)