Skip to content

Commit f847563

Browse files
committed
chore: log
1 parent a4ef64a commit f847563

File tree

1 file changed

+0
-1
lines changed
  • packages/agent-infra/mcp-client/src

1 file changed

+0
-1
lines changed

packages/agent-infra/mcp-client/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ export class MCPClient<
196196
stderr: process.platform === 'win32' ? 'pipe' : 'inherit',
197197
env: mergedEnv as Record<string, string>,
198198
};
199-
console.log('transportOpts', transportOpts);
200199
const transport = new this.Transport(transportOpts);
201200

202201
await client.connect(transport);

0 commit comments

Comments
 (0)