removes injected latency for health check

This commit is contained in:
m-okeefe 2019-01-29 14:54:38 -08:00
parent 4840f0eae8
commit 52fe75085b

View file

@ -242,7 +242,6 @@ func parseCatalog() []*pb.Product {
}
func (p *productCatalog) Check(ctx context.Context, req *healthpb.HealthCheckRequest) (*healthpb.HealthCheckResponse, error) {
injectSleep()
return &healthpb.HealthCheckResponse{Status: healthpb.HealthCheckResponse_SERVING}, nil
}