Remove logger from shutdown().

This commit is contained in:
Shishir Mahajan 2020-05-15 14:36:31 -07:00
parent c449b1a1d1
commit 03870c9ddb
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A

View File

@ -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