feat: remove mcp log

This commit is contained in:
Nevo David 2025-07-31 11:24:49 +07:00
parent 59ddd29f9f
commit 082aef6253
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ export class McpTransport implements Transport {
}
async close() {
console.log('MCP transport closed');
McpService.event.removeAllListeners(`organization-${this._organization}`);
}