From 7bf2015e90a33c5b362a1330c41e6ea7be50f554 Mon Sep 17 00:00:00 2001 From: Joseph Lawson Date: Wed, 23 Apr 2014 12:52:01 -0400 Subject: [PATCH] fixing stat output --- gor_stat.go | 1 - 1 file changed, 1 deletion(-) diff --git a/gor_stat.go b/gor_stat.go index ef3697c..b18eeb3 100644 --- a/gor_stat.go +++ b/gor_stat.go @@ -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 }