Skip to content

Commit a7edeac

Browse files
author
David Pinheiro
committed
Remove unnecessary comment
1 parent dcdf6e3 commit a7edeac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tunnel/tunnel.go

-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ func (t *Tunnel) dial() error {
296296
return nil
297297
}
298298

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

0 commit comments

Comments
 (0)