Skip to content

Commit

Permalink
remove fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Mar 8, 2024
1 parent 4661f64 commit db3a312
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions html.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func (e LogEntry) GetBrowserMeta(attr string) map[string]float64 {
results[k] = float64(v) / float64(total)
}

fmt.Println(results)
return results
}

Expand All @@ -158,7 +157,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 db3a312

Please sign in to comment.