Fix errant debugging code in codegen

This commit is contained in:
Tim Hockin 2023-05-27 20:44:31 -07:00
parent bd0ac4cba3
commit 45c9e06616
No known key found for this signature in database

View File

@ -255,7 +255,6 @@ function kube::codegen::gen_openapi() {
local v="${KUBE_VERBOSE:-0}"
while [ "$#" -gt 0 ]; do
echo "$1"
case "$1" in
"--input-pkg-root")
in_pkg_root="$2"
@ -309,7 +308,6 @@ function kube::codegen::gen_openapi() {
return 1
fi
set -x
local new_report
new_report="$(mktemp -t "$(basename "$0").api_violations.XXXXXX")"
if [ -n "${update_report}" ]; then