فهرست منبع

Remove debug statement.

Brian E. Granger 8 سال پیش
والد
کامیت
373c07a368
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/fileeditor-extension/src/index.ts

+ 0 - 1
packages/fileeditor-extension/src/index.ts

@@ -211,7 +211,6 @@ function activate(app: JupyterLab, registry: IDocumentRegistry, restorer: ILayou
       const extension = PathExt.extname(path);
       const selection = editor.getSelection();
       const { start, end } = selection;
-      console.log(start, end);
       const selected = start.column !== end.column || start.line !== end.line;
 
       if (selected) {