Remove log

This commit is contained in:
Daniel Imms
2017-06-13 20:03:29 -07:00
parent 5360277594
commit 528f06bc62
-1
View File
@@ -524,7 +524,6 @@ export class SelectionManager extends EventEmitter {
public setSelection(col: number, row: number, length: number): void {
this._model.clearSelection();
this._removeMouseDownListeners();
console.log('setSelection', arguments);
this._model.selectionStart = [col, row];
this._model.selectionStartLength = length;
this.refresh();