1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Remove left-over debugging messages.

This commit is contained in:
Juliusz Chroboczek 2021-01-15 00:13:47 +01:00
parent 8168c2a9e6
commit e623442b99

View file

@ -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")