Remove logger from shutdown().
This commit is contained in:
parent
c449b1a1d1
commit
03870c9ddb
@ -79,8 +79,6 @@ func (h *taskHandle) shutdown(ctxContainerd context.Context, timeout time.Durati
|
||||
return err
|
||||
}
|
||||
|
||||
h.logger.Info(fmt.Sprintf("Status is: %v\n", status.Status))
|
||||
|
||||
if status.Status != containerd.Running {
|
||||
h.logger.Info("Task is not running anymore, no need to SIGKILL")
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user