Commit ddd99b81 authored by szh's avatar szh

remove ip log

parent 9a8f6a45
......@@ -129,9 +129,9 @@ func GetRightIPs() (ipv4s []*net.IPNet, err error) {
}
if ip != nil {
ips = append(ips, ip)
tlog.Info("GetRightIPs","ip",ip.IP.String())
//tlog.Info("GetRightIPs","ip",ip.IP.String())
}
}
tlog.Info("GetRightIPs","ips",ips)
//tlog.Info("GetRightIPs","ips",ips)
return ips, nil
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment