Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mdisibio committed Oct 18, 2023
1 parent fef6d6b commit d30a512
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/ingester/instance_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ func (i *instance) searchBlock(ctx context.Context, req *tempopb.SearchRequest,
resp, err = e.Search(ctx, req, opts)
}

if err != nil {
fmt.Println("!!!!!! searchBlock bailing", blockID, err)
}

if errors.Is(err, common.ErrUnsupported) {
level.Warn(log.Logger).Log("msg", "block does not support search", "blockID", blockID)
return
Expand Down

0 comments on commit d30a512

Please # to comment.