1
Fork 0

Remove left-over debugging messages.

This commit is contained in:
Juliusz Chroboczek 2021-01-15 00:13:47 +01:00
parent 8168c2a9e6
commit e623442b99
1 changed files with 0 additions and 2 deletions

View File

@ -220,8 +220,6 @@ func RelayTest() (time.Duration, error) {
if err != nil { if err != nil {
return 0, err return 0, err
} }
log.Println(tm)
log.Println(time.Now())
return time.Now().Sub(tm), nil return time.Now().Sub(tm), nil
case <-timer.C: case <-timer.C:
return 0, errors.New("timeout") return 0, errors.New("timeout")