Skip to content

Commit

Permalink
Revert "[NPM] Add log to debug test failure (#19349)" (#19393)
Browse files Browse the repository at this point in the history
This reverts commit ac0b078.
  • Loading branch information
hmahmood authored and rayz committed Sep 18, 2023
1 parent 0201101 commit 1a497a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/network/tracer/offsetguess/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ func getUDP6Conn(flowi6 bool) (*net.UDPConn, error) {
for _, linkLocalAddr := range linkLocals {
conn, err = net.ListenUDP("udp6", linkLocalAddr)
if err == nil {
log.Warnf("offset guessing: local udp v6 conn: local addr %s", conn.LocalAddr())
return conn, err
}
}
Expand Down

0 comments on commit 1a497a7

Please sign in to comment.