Skip to content

Commit cdb5e3e

Browse files
committed
remove fmt printf
1 parent 96bfa32 commit cdb5e3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cni/client/client.go

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ func (c *client) GetEndpointState() (*api.AzureCNIState, error) {
4141
cmd.SetEnv(envs)
4242

4343
output, err := cmd.CombinedOutput()
44-
fmt.Printf("output is----- %+v\n", string(output))
4544
if err != nil {
4645
return nil, fmt.Errorf("failed to call Azure CNI bin with err: [%w], output: [%s]", err, string(output))
4746
}

0 commit comments

Comments
 (0)