Remove extra debugging log::status call

Introduced by mistake in: d9cfd771 Change-Id: I71ddf7131c47e74dddfa1f8ccc69cc980eeefb94
parent 3c43f089
...@@ -557,7 +557,6 @@ kube::golang::build_some_binaries() { ...@@ -557,7 +557,6 @@ kube::golang::build_some_binaries() {
fi fi
else else
V=2 kube::log::info "Coverage is disabled." V=2 kube::log::info "Coverage is disabled."
kube::log::status "go install" "${build_args[@]}" "$@"
go install "${build_args[@]}" "$@" go install "${build_args[@]}" "$@"
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment