mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-06 15:04:12 +00:00
Remove unneeded debug log line
This commit is contained in:
parent
47f9c0b328
commit
b17ad10c10
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue