From b1a65b52a99bfa8011c08f1eb4308214e9ff4fdc Mon Sep 17 00:00:00 2001 From: dplore Date: Thu, 17 Oct 2024 14:13:42 -0700 Subject: [PATCH] remove debug/echo statement from update-schema.sh --- scripts/update-schema.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update-schema.sh b/scripts/update-schema.sh index caf7a76..734df84 100755 --- a/scripts/update-schema.sh +++ b/scripts/update-schema.sh @@ -39,7 +39,6 @@ if [ -z $SRCDIR ]; then SRC_DIR=`runreadlink -m ${THIS_DIR}/..` fi -echo ${SRC_DIR} ${GOPATH}/bin/proto_generator \ -path=${SRC_DIR}/v1/yang,${SRC_DIR}/v1/yang/deps \ -output_dir=${SRC_DIR}/v1/proto -compress_paths -generate_fakeroot -fakeroot_name=device \