提交 8cb3dae0 编写于 作者: J Johannes Rieken

remove left over log statement

上级 7f589461
......@@ -230,7 +230,6 @@ export abstract class CommonCodeEditor extends EventEmitter implements editorCom
this._configuration.updateOptions(newOptions);
this._editorReadonly.set(this._configuration.editor.readOnly);
this._editorTabMovesFocusKey.set(this._configuration.editor.tabFocusMode);
console.log(this.getId(), newOptions.readOnly, this._configuration.editor.readOnly, this._configuration.editor.tabFocusMode);
}
public getConfiguration(): editorCommon.InternalEditorOptions {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册