Commit e623442b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove left-over debugging messages.

parent 8168c2a9
...@@ -220,8 +220,6 @@ func RelayTest() (time.Duration, error) { ...@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment