瀏覽代碼

Fix build, update package imports.

Afshin Darian 8 年之前
父節點
當前提交
92d85c2e7d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/apputils-extension/src/settingeditor.ts

+ 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);
       }