Skip to content

Commit

Permalink
OM-209 - review feedback
Browse files Browse the repository at this point in the history
removed unnecessary comments
  • Loading branch information
mphanias committed Oct 24, 2024
1 parent bef843b commit 731f66f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/pkg/statprocessors/sp_namespaces.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package statprocessors

import (
"fmt"
"regexp"
"strings"
"time"
Expand Down Expand Up @@ -236,8 +235,6 @@ func (nw *NamespaceStatsProcessor) refreshNamespaceStats(singleInfoKey string, i
// remove old value as microbenchmark may get enabled / disable on-the-fly at server so we cannot rely on value
delete(LatencyBenchmarks, nsName+"~"+stat)

fmt.Println("\t ===> ", nsName, " === stat ", stat)

if pv == 1 {
LatencyBenchmarks[nsName+"~"+stat] = stat
}
Expand Down

0 comments on commit 731f66f

Please sign in to comment.