Skip to content

Commit

Permalink
remove aggregation update queue tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 4, 2024
1 parent 2b1d6d2 commit 6d07b49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,6 @@ impl AggregationUpdateQueue {

impl Operation for AggregationUpdateQueue {
fn execute(mut self, ctx: &mut ExecuteContext<'_>) {
let _span = tracing::trace_span!("aggregation update queue").entered();
loop {
ctx.operation_suspend_point(&self);
if self.process(ctx) {
Expand Down

0 comments on commit 6d07b49

Please sign in to comment.