feat: remove mcp log
This commit is contained in:
parent
59ddd29f9f
commit
082aef6253
|
|
@ -22,7 +22,6 @@ export class McpTransport implements Transport {
|
|||
}
|
||||
|
||||
async close() {
|
||||
console.log('MCP transport closed');
|
||||
McpService.event.removeAllListeners(`organization-${this._organization}`);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue