diff --git a/extensions/json-language-features/client/src/jsonMain.ts b/extensions/json-language-features/client/src/jsonMain.ts index 41a6ab1931f..77397f1bcd4 100644 --- a/extensions/json-language-features/client/src/jsonMain.ts +++ b/extensions/json-language-features/client/src/jsonMain.ts @@ -236,8 +236,6 @@ function getSettings(): Settings { let folderUri = folder.uri; let schemaConfigInfo = workspace.getConfiguration('json', folderUri).inspect('schemas'); - console.log(`workspaceValue : ${!!schemaConfigInfo!.workspaceValue}`); - console.log(`workspaceFolderValue : ${!!schemaConfigInfo!.workspaceFolderValue}`); let folderSchemas = schemaConfigInfo!.workspaceFolderValue; if (Array.isArray(folderSchemas)) {