diff --git a/cmdrunner.go b/cmdrunner.go index 6a11914..617dcd6 100644 --- a/cmdrunner.go +++ b/cmdrunner.go @@ -61,7 +61,7 @@ func (c *cmdRunner) run(cmdLine string) { select { case <-c.restartNeeded: - log.Debug("restarting ", cmd) + // log.Debug("restarting ", cmd) c.kill(cmd) case err := <-finishedChan: if err != nil {