mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-02-19 05:55:30 +01:00
Remove unneeded debug log line
This commit is contained in:
parent
47f9c0b328
commit
b17ad10c10
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue