Explorar o código

Fix build, update package imports.

Afshin Darian %!s(int64=8) %!d(string=hai) anos
pai
achega
92d85c2e7d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
       }