فهرست منبع

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