Kaynağa Gözat

Fix build, update package imports.

Afshin Darian 8 yıl önce
ebeveyn
işleme
92d85c2e7d

+ 0 - 1
packages/apputils-extension/src/settingeditor.ts

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