Skip to content

Commit 573b887

Browse files
committed
Remove a log
1 parent 7f20250 commit 573b887

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/jupyterlab-lsp/src/adapters/fileeditor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export class FileEditorAdapter extends UpstreamFileEditorAdapter {
3838
return;
3939
}
4040
emitted = true;
41-
console.log('call');
4241
emit.call(this._editorAdded, args);
4342
};
4443
}

0 commit comments

Comments
 (0)