Obnoxious changes

This commit is contained in:
Simeng He
2021-05-26 11:08:40 -04:00
parent 6725596a0a
commit 5d1be01d44

View File

@@ -1248,10 +1248,6 @@ func (c *Direct) CustomPing(mr *tailcfg.MapResponse) bool {
c.pinger.Ping(ip, true, func(res *ipnstate.PingResult) {
log.Println("Callback", res, (res.NodeIP))
pingRes = res
if res.LatencySeconds > 0.0 {
log.Println("Successful PING!")
}
})
log.Println("PINGRES", pingRes)