diff --git a/ice/ice.go b/ice/ice.go index 71485e8..b926e93 100644 --- a/ice/ice.go +++ b/ice/ice.go @@ -220,8 +220,6 @@ func RelayTest() (time.Duration, error) { if err != nil { return 0, err } - log.Println(tm) - log.Println(time.Now()) return time.Now().Sub(tm), nil case <-timer.C: return 0, errors.New("timeout")