From 5d1be01d44bdeeed4cd46bc22aac8b996385c52a Mon Sep 17 00:00:00 2001 From: Simeng He Date: Wed, 26 May 2021 11:08:40 -0400 Subject: [PATCH] Obnoxious changes --- control/controlclient/direct.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/control/controlclient/direct.go b/control/controlclient/direct.go index 74bfb7bad..a82637fcd 100644 --- a/control/controlclient/direct.go +++ b/control/controlclient/direct.go @@ -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)