Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Aug 27, 2024
1 parent 9d7c2f3 commit 9e4353f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cni/network/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1267,8 +1267,6 @@ func (n *InterfaceGetterMock) GetNetworkInterfaceAddrs(iface *net.Interface) ([]
// actual net.Addr invokes syscall; here just create a mocked net.Addr{}
for _, intf := range n.interfaces {
if iface.Name == intf.Name {
addr, _ := parseIntfAddr(n.intfAddr[iface.Name])
fmt.Printf("parsed interface address is %v", addr)
return parseIntfAddr(n.intfAddr[iface.Name])
}
}
Expand Down

0 comments on commit 9e4353f

Please sign in to comment.