Skip to content

Commit

Permalink
executor remove a debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
langmartin committed Jul 11, 2019
1 parent 52c5faa commit dba750e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/shared/executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit dba750e

Please sign in to comment.