Merge pull request #69180 from dims/remove-extra-debugging-log-status-for-go-install

Remove extra debugging log::status call
pull/58/head
k8s-ci-robot 2018-09-27 20:52:20 -07:00 committed by GitHub
commit 932e657d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -557,7 +557,6 @@ kube::golang::build_some_binaries() {
fi
else
V=2 kube::log::info "Coverage is disabled."
kube::log::status "go install" "${build_args[@]}" "$@"
go install "${build_args[@]}" "$@"
fi
}