diff --git a/src/vs/editor/browser/controller/textAreaInput.ts b/src/vs/editor/browser/controller/textAreaInput.ts index 561d2a47ce661564a6f21d08d14add68d3bd1484..53169924b40a89453d9315348a7454e0e49c0a03 100644 --- a/src/vs/editor/browser/controller/textAreaInput.ts +++ b/src/vs/editor/browser/controller/textAreaInput.ts @@ -267,7 +267,6 @@ export class TextAreaInput extends Disposable { } this._textAreaState = newState; - // console.log('==> DEDUCED INPUT: ' + JSON.stringify(typeInput)); if (this._nextCommand === ReadFromTextArea.Type) { if (typeInput.text !== '') { this._onType.fire(typeInput);