diff --git a/jupyter_vscode_proxy/__init__.py b/jupyter_vscode_proxy/__init__.py index e920567..025bbc9 100644 --- a/jupyter_vscode_proxy/__init__.py +++ b/jupyter_vscode_proxy/__init__.py @@ -15,9 +15,8 @@ def _get_vscode_cmd(port): '--no-auth', '--allow-http', '--port=' + str(port), - #working_dir + working_dir ] - print('Running', ' '.join(cmd), file=open("/tmp/log.log", "w")) return cmd return {