From 407fc0ce961cbcdcc4cd2271da74ea7428ceb84f Mon Sep 17 00:00:00 2001 From: Ivan Charapanau Date: Sat, 3 Aug 2024 23:57:54 +0200 Subject: [PATCH] chore: removing leftover commented code --- harbor.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/harbor.sh b/harbor.sh index bfffcfa..2fdde3c 100755 --- a/harbor.sh +++ b/harbor.sh @@ -955,14 +955,6 @@ run_plandex_command() { *) $(compose_with_options "plandex") run -v "$original_dir:/app/context" --workdir "/app/context" -it --entrypoint "plandex" plandex "$@" ;; - # *) - # echo "Please note that this is not Plandex CLI, but a Harbor CLI to manage Plandex service." - # echo "Access Plandex own CLI by running 'harbor exec plandex' when it's running." - # echo - # echo "Usage: harbor plandex " - # echo "Commands:" - # echo " harbor plandex health - Check the health of the Plandex service using its API health endpoint" - # ;; esac }