diff --git a/src/sql/parts/notebook/notebookInput.ts b/src/sql/parts/notebook/notebookInput.ts index 0703ab8670..bec0272277 100644 --- a/src/sql/parts/notebook/notebookInput.ts +++ b/src/sql/parts/notebook/notebookInput.ts @@ -45,7 +45,6 @@ export class NotebookEditorModel extends EditorModel { // Hook to content change events notebook.modelReady.then(() => { this._register(notebook.model.contentChanged(e => this.updateModel())); - this._register(notebook.model.kernelChanged(e => this.updateModel())); }, err => undefined); } }));