diff --git a/drivers/shared/executor/executor.go b/drivers/shared/executor/executor.go index 4a025abd998..bd68c33d99a 100644 --- a/drivers/shared/executor/executor.go +++ b/drivers/shared/executor/executor.go @@ -315,7 +315,6 @@ func (e *UniversalExecutor) Launch(command *ExecCommand) (*ProcessState, error) if e.resConCtx.isEmpty() { go e.pidCollector.collectPids(e.processExited, getAllPids) } else { - e.logger.Debug("NOT empty") go e.pidCollector.collectPids(e.processExited, e.getAllPids) } go e.wait()