diff --git a/go/pkg/sysdb/grpc/collection_service.go b/go/pkg/sysdb/grpc/collection_service.go index e6757477e4b..7d7abd69647 100644 --- a/go/pkg/sysdb/grpc/collection_service.go +++ b/go/pkg/sysdb/grpc/collection_service.go @@ -211,8 +211,6 @@ func (s *Server) GetCollectionWithSegments(ctx context.Context, req *coordinator } res.Segments = segmentpbList - - log.Info("GetCollectionWithSegments succeeded", zap.String("request", req.String()), zap.String("response", res.String())) return res, nil }