[json] remove console logs

This commit is contained in:
Martin Aeschlimann 2018-09-20 09:50:37 +02:00
parent 3cda095448
commit 667451bc61

View file

@ -236,8 +236,6 @@ function getSettings(): Settings {
let folderUri = folder.uri;
let schemaConfigInfo = workspace.getConfiguration('json', folderUri).inspect<JSONSchemaSettings[]>('schemas');
console.log(`workspaceValue : ${!!schemaConfigInfo!.workspaceValue}`);
console.log(`workspaceFolderValue : ${!!schemaConfigInfo!.workspaceFolderValue}`);
let folderSchemas = schemaConfigInfo!.workspaceFolderValue;
if (Array.isArray(folderSchemas)) {