Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pinheiro committed Jul 1, 2019
1 parent dcdf6e3 commit a7edeac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tunnel/tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ func (t *Tunnel) dial() error {
return nil
}

//TODO: make ticker time configuration through CLI
// https://github.com/golang/go/issues/21478
func (t *Tunnel) keepAlive() {
ticker := time.NewTicker(t.KeepAliveInterval)

Expand Down

0 comments on commit a7edeac

Please sign in to comment.