Skip to content

Commit 0d9b6b3

Browse files
committed
surpress some logs
1 parent 1ec4905 commit 0d9b6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

random_dialer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func createDialerWithSourceIP(ctx context.Context, network, addr string, sourceI
119119
ActualIP: actualIP,
120120
}
121121
}
122-
v("verified connection bound to intended IP: %s", actualIP)
122+
//v("verified connection bound to intended IP: %s", actualIP)
123123
return conn, nil
124124
}
125125

0 commit comments

Comments
 (0)