Skip to content

Commit

Permalink
Removed console.log for redhat-developer/vscode-yaml#63
Browse files Browse the repository at this point in the history
  • Loading branch information
JPinkney committed Feb 8, 2018
1 parent 014655a commit ff90231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/languageService/services/jsonSchemaService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ export class JSONSchemaService implements IJSONSchemaService {
return this.customSchemaProvider(resource).then(schemaUri => {
return this.loadSchema(schemaUri).then(unsolvedSchema => this.resolveSchemaContent(unsolvedSchema, schemaUri));
}).then(schema => schema, err => {
console.log('Fail to provide custom schemas.', err);
return resolveSchema();
});
} else {
Expand Down

0 comments on commit ff90231

Please sign in to comment.