fixing stat output

This commit is contained in:
Joseph Lawson
2014-04-23 12:52:01 -04:00
parent db14154eb9
commit 7bf2015e90
-1
View File
@@ -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
}