mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
fixing stat output
This commit is contained in:
@@ -33,7 +33,6 @@ func NewGorStat(statName string) (s *GorStat) {
|
||||
|
||||
func (s *GorStat) Write(latest int) {
|
||||
if Settings.stats {
|
||||
log.Println(s)
|
||||
if latest > s.max {
|
||||
s.max = latest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user