diff --git a/extensions/json-language-features/client/src/jsonMain.ts b/extensions/json-language-features/client/src/jsonMain.ts index 41a6ab1931fff39925252b1a6856e4af2fc70300..77397f1bcd46b87b64ec9e2a864f12e3b296c169 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)) {