diff --git a/scripts/code-cli.sh b/scripts/code-cli.sh index d8f1bcfd4de..2719ec4d4b7 100755 --- a/scripts/code-cli.sh +++ b/scripts/code-cli.sh @@ -31,7 +31,6 @@ function code() { VSCODE_DEV=1 \ ELECTRON_ENABLE_LOGGING=1 \ ELECTRON_ENABLE_STACK_DUMPING=1 \ - echo $@ "$ELECTRON" "$CLI" . "$@" }