From b927acec97f5b074586dd29d68690b09757836be Mon Sep 17 00:00:00 2001 From: Austin DeNoble Date: Mon, 22 Jul 2024 16:27:59 -0400 Subject: [PATCH] remove unnecessary echo --- codegen/build-clients.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/codegen/build-clients.sh b/codegen/build-clients.sh index 091872b..a17ded6 100755 --- a/codegen/build-clients.sh +++ b/codegen/build-clients.sh @@ -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