diff --git a/src/productcatalogservice/server.go b/src/productcatalogservice/server.go index 136f00f..de79950 100644 --- a/src/productcatalogservice/server.go +++ b/src/productcatalogservice/server.go @@ -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 }