Merge pull request #118414 from thockin/remove_codegen_debug

Fix errant debugging code in codegen
This commit is contained in:
Kubernetes Prow Robot 2023-06-02 13:58:41 -07:00 committed by GitHub
commit 039ae1edf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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