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
|
@ -29,7 +29,6 @@ func filterContainer(c *pb.Container, filter *pb.ContainerFilter) bool {
|
|||
// ListContainers lists all containers by filters.
|
||||
func (s *Server) ListContainers(ctx context.Context, req *pb.ListContainersRequest) (*pb.ListContainersResponse, error) {
|
||||
logrus.Debugf("ListContainersRequest %+v", req)
|
||||
s.Update()
|
||||
var ctrs []*pb.Container
|
||||
filter := req.Filter
|
||||
ctrList := s.state.containers.List()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue