RemoveLocal() logs the local IP address unconditionally via LogInfo(). Other logging in net.cpp respects the fLogIPs flag to avoid leaking IP addresses when the user has not opted in with -logips.
Gate the log behind fLogIPs for consistency.
Relates to #34458.