Skip to content

Commit

Permalink
deleted unnecessary code (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 authored Sep 25, 2023
1 parent 16a011d commit 7e03dea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/gateway/lb/handler/grpc/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7e03dea

Please sign in to comment.