|
@@ -70,7 +70,6 @@ function activateSettingEditor(app: JupyterLab, restorer: ILayoutRestorer, setti
|
|
|
|
|
|
commands.addCommand(CommandIDs.open, {
|
|
commands.addCommand(CommandIDs.open, {
|
|
execute: () => {
|
|
execute: () => {
|
|
- console.log('this command was called');
|
|
|
|
if (editor.parent === null) {
|
|
if (editor.parent === null) {
|
|
shell.addToMainArea(editor);
|
|
shell.addToMainArea(editor);
|
|
}
|
|
}
|