Skip to content

Commit

Permalink
remove debug/echo statement from update-schema.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Oct 17, 2024
1 parent 89a1114 commit b1a65b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/update-schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b1a65b5

Please sign in to comment.