diff --git a/dnscrypt-proxy/service_linux.go b/dnscrypt-proxy/service_linux.go index 09a7d181..501226f2 100644 --- a/dnscrypt-proxy/service_linux.go +++ b/dnscrypt-proxy/service_linux.go @@ -25,9 +25,6 @@ func systemDWatchdog() error { refreshInterval := watchdogFailureDelay / 3 go func() { for { - // TODO There could be other checks this just - // checks program is not totally stuck and can - // run this goroutine daemon.SdNotify(false, "WATCHDOG=1") clocksmith.Sleep(refreshInterval) }