We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f20250 commit 573b887Copy full SHA for 573b887
packages/jupyterlab-lsp/src/adapters/fileeditor.ts
@@ -38,7 +38,6 @@ export class FileEditorAdapter extends UpstreamFileEditorAdapter {
38
return;
39
}
40
emitted = true;
41
- console.log('call');
42
emit.call(this._editorAdded, args);
43
};
44
0 commit comments