We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c64d5f commit aeac9e4Copy full SHA for aeac9e4
src/services/mcp/McpHub.ts
@@ -1051,8 +1051,6 @@ export class McpHub {
1051
}
1052
1053
private async notifyWebviewOfServerChanges(): Promise<void> {
1054
- console.log("notifyWebviewOfServerChanges called")
1055
-
1056
// Get global server order from settings file
1057
const settingsPath = await this.getMcpSettingsFilePath()
1058
const content = await fs.readFile(settingsPath, "utf-8")
0 commit comments