Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mdisibio committed Jan 14, 2025
1 parent d1e0bee commit 28a50bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/blockbuilder/blockbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,6 @@ func (b *BlockBuilder) pushTraces(ts time.Time, tenantBytes, reqBytes []byte, p
}
defer b.decoder.Reset()

//sort.Slice(req.Traces, func(i, j int) bool {
// return bytes.Compare(req.Ids[i], req.Ids[j]) == -1
//})

return p.pushBytes(ts, string(tenantBytes), req)
}

Expand Down

0 comments on commit 28a50bd

Please sign in to comment.