server: remove Update calls
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
5595fad535
commit
275a5a1ff2
10 changed files with 0 additions and 10 deletions
|
@ -13,7 +13,6 @@ import (
|
|||
// should be force removed.
|
||||
func (s *Server) RemoveContainer(ctx context.Context, req *pb.RemoveContainerRequest) (*pb.RemoveContainerResponse, error) {
|
||||
logrus.Debugf("RemoveContainerRequest %+v", req)
|
||||
s.Update()
|
||||
c, err := s.getContainerFromRequest(req.ContainerId)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue