Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena authored Mar 6, 2024
1 parent 0bd7898 commit 06d37f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion read.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func (e LogEntry) GetMeta(attr string) map[string]float64 {
if k == "" {
continue
}
fmt.Printf("k=%s v=%s.\n", k, v)
results[k] = float64(v) / float64(total)
}

Expand Down

0 comments on commit 06d37f0

Please sign in to comment.