Skip to content

Commit

Permalink
remove spurious print
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyassrivatsan committed Jul 7, 2020
1 parent e2a6e9d commit 6a75efb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ func (a *metricsAppender) SamplesAppender(opts SampleAppenderOptions) (SamplesAp
// mapping rule has provided an override for a storage policy,
// if so then skip aggregating for that storage policy).
for idx, stagedMetadatasProto := range a.defaultStagedMetadatasProtos {
fmt.Printf("going over staged metadatas %v\n", stagedMetadatasProto)
// NB(r): Need to take copy of default staged metadatas as we
// sometimes mutate it.
stagedMetadatas := a.defaultStagedMetadatasCopies[idx]
Expand Down

0 comments on commit 6a75efb

Please sign in to comment.