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:
parent
8168c2a9e6
commit
e623442b99
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue