diff options
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/watchdog.go b/watchdog.go index 2bd745a..cba0097 100644 --- a/watchdog.go +++ b/watchdog.go @@ -27,12 +27,6 @@ func myTicker(t time.Duration, name string, f func()) { ticker := time.NewTicker(t) defer ticker.Stop() done := make(chan bool) - /* - go func() { - time.Sleep(10 * time.Second) - done <- true - }() - */ for { select { case <-done: |
