Skip to content

Commit

Permalink
remove unnecessary echo
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Jul 22, 2024
1 parent 74cac05 commit b927ace
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions codegen/build-clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ version=$1 # e.g. 2024-07
data_destination="internal/gen/data"
control_destination="internal/gen/control"

script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)

echo "Script dir: $script_dir"

update_apis_repo() {
echo "Updating apis repo"
pushd codegen/apis
Expand Down

0 comments on commit b927ace

Please sign in to comment.