Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored and bitcharmer committed Oct 18, 2019
1 parent 45aedc2 commit 2f5d9a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,14 +405,11 @@ func (a *Agent) runAggregators(

acc := NewAccumulator(agg, aggregations)
acc.SetPrecision(a.Precision())
fmt.Println(1)
a.push(ctx, agg, acc)
fmt.Println(2)
}(agg)
}

aggWg.Wait()
fmt.Println(3)
close(aggregations)
}()

Expand All @@ -422,10 +419,8 @@ func (a *Agent) runAggregators(
dst <- metric
}
}
fmt.Println(4)

wg.Wait()
fmt.Println(5)
return nil
}

Expand Down

0 comments on commit 2f5d9a8

Please sign in to comment.