Browse Source

Fix build, update package imports.

Afshin Darian 8 years ago
parent
commit
92d85c2e7d
1 changed files with 0 additions and 1 deletions
  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);
       }