[html] remove console log

This commit is contained in:
Martin Aeschlimann 2017-09-13 16:00:45 +02:00
parent b72963d506
commit 8351891a17

View file

@ -54,7 +54,6 @@ documents.onDidClose(e => {
});
function getDocumentSettings(textDocument: TextDocument, needsDocumentSettings: () => boolean): Thenable<Settings> {
console.log('scopedSettingsSupport ' + scopedSettingsSupport + 'needsSettings ' + needsDocumentSettings());
if (scopedSettingsSupport && needsDocumentSettings()) {
let promise = documentSettings[textDocument.uri];
if (!promise) {