Browse Source

remove debug code

Steven Silvester 7 years ago
parent
commit
a79029e018
1 changed files with 0 additions and 3 deletions
  1. 0 3
      jupyterlab/commands.py

+ 0 - 3
jupyterlab/commands.py

@@ -1007,6 +1007,3 @@ def _normalize_path(extension):
     if osp.exists(extension):
         extension = osp.abspath(extension)
     return extension
-
-if __name__ == '__main__':
-    _copy_tar_files('jupyterlab/jupyterlab-theme-dark-extension-0.9.0.tgz', 'style', '')