Skip to content

Commit aeac9e4

Browse files
committed
cleanup
1 parent 8c64d5f commit aeac9e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/mcp/McpHub.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,8 +1051,6 @@ export class McpHub {
10511051
}
10521052

10531053
private async notifyWebviewOfServerChanges(): Promise<void> {
1054-
console.log("notifyWebviewOfServerChanges called")
1055-
10561054
// Get global server order from settings file
10571055
const settingsPath = await this.getMcpSettingsFilePath()
10581056
const content = await fs.readFile(settingsPath, "utf-8")

0 commit comments

Comments
 (0)