Skip to content

Commit da442a0

Browse files
authored
Remove log line added for debugging #1698 (#1743)
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent ec3513f commit da442a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/querier/queryrange/results_cache.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ func (s resultsCache) handleHit(ctx context.Context, r *Request, extents []Exten
150150
continue
151151
}
152152

153-
log.Log("msg", "merging extent", "start", accumulator.Start, "old_end", accumulator.End, "new_end", extents[i].End, "from_trace", accumulator.TraceId, "with_trace", accumulator.TraceId)
154-
155153
accumulator.TraceId = jaegerTraceID(ctx)
156154
accumulator.End = extents[i].End
157155
accumulator.Response, err = mergeAPIResponses([]*APIResponse{accumulator.Response, extents[i].Response})

0 commit comments

Comments
 (0)