From 7e03dea1ce5bac3969d743ca463fc9f6738f35a7 Mon Sep 17 00:00:00 2001 From: Hiroto Funakoshi Date: Mon, 25 Sep 2023 11:08:08 +0900 Subject: [PATCH] deleted unnecessary code (#125) Signed-off-by: hlts2 --- pkg/gateway/lb/handler/grpc/handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gateway/lb/handler/grpc/handler.go b/pkg/gateway/lb/handler/grpc/handler.go index 06b60765..29e1f0cd 100644 --- a/pkg/gateway/lb/handler/grpc/handler.go +++ b/pkg/gateway/lb/handler/grpc/handler.go @@ -69,7 +69,6 @@ func New(opts ...Option) vald.Server { } func (s *server) exists(ctx context.Context, uuid string) (id *payload.Object_ID, err error) { - // NOTE: ctx, span := trace.StartSpan(grpc.WrapGRPCMethod(ctx, "exists"), apiName+"/"+vald.ExistsRPCName+"/exists") defer func() { if span != nil {