Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 30, 2023
1 parent 2766b38 commit ffeb8ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions yarn-project/cli/aztec-cli
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,4 @@ DOCKER_CMD="$DOCKER_PATH run \
$DOCKER_VOLUME \
$CLI_IMAGE:$CLI_VERSION $@ $AZTEC_CLI_EXTRA_ARGS"

if [ ! -z "${DEBUG:-}" ]; then
echo "----"
echo $DOCKER_CMD
echo "----"
fi

eval "$DOCKER_CMD"

0 comments on commit ffeb8ef

Please sign in to comment.