We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bfa32 commit cdb5e3eCopy full SHA for cdb5e3e
cni/client/client.go
@@ -41,7 +41,6 @@ func (c *client) GetEndpointState() (*api.AzureCNIState, error) {
41
cmd.SetEnv(envs)
42
43
output, err := cmd.CombinedOutput()
44
- fmt.Printf("output is----- %+v\n", string(output))
45
if err != nil {
46
return nil, fmt.Errorf("failed to call Azure CNI bin with err: [%w], output: [%s]", err, string(output))
47
}
0 commit comments