Skip to content

Commit

Permalink
Merge 206d9e7 into 9890679
Browse files Browse the repository at this point in the history
  • Loading branch information
Iskander (Alex) Sharipov committed Oct 1, 2018
2 parents 9890679 + 206d9e7 commit 8591f53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion metrics/internal/lv/space_test.go
Expand Up @@ -40,7 +40,6 @@ func TestSpaceWalkSums(t *testing.T) {

have := map[string]float64{}
s.Walk(func(name string, lvs LabelValues, obs []float64) bool {
//t.Logf("%s %v => %v", name, lvs, obs)
have[name+" ["+strings.Join(lvs, "")+"]"] += sum(obs)
return true
})
Expand Down
1 change: 0 additions & 1 deletion metrics/teststat/buffers.go
Expand Up @@ -47,7 +47,6 @@ func stats(w io.WriterTo, regex string, h *generic.Histogram) (sum, final float6
re := regexp.MustCompile(regex)
buf := &bytes.Buffer{}
w.WriteTo(buf)
//fmt.Fprintf(os.Stderr, "%s\n", buf.String())
s := bufio.NewScanner(buf)
for s.Scan() {
match := re.FindStringSubmatch(s.Text())
Expand Down

0 comments on commit 8591f53

Please sign in to comment.