Skip to content

Commit

Permalink
Merge pull request kubernetes#118414 from thockin/remove_codegen_debug
Browse files Browse the repository at this point in the history
Fix errant debugging code in codegen
  • Loading branch information
k8s-ci-robot committed Jun 2, 2023
2 parents bd0ac4c + 45c9e06 commit 039ae1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions staging/src/k8s.io/code-generator/kube_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 039ae1e

Please sign in to comment.