diff --git a/collectors/memstatMetric.go b/collectors/memstatMetric.go index fb27d89..9841a01 100644 --- a/collectors/memstatMetric.go +++ b/collectors/memstatMetric.go @@ -163,7 +163,6 @@ func (m *MemstatCollector) Read(interval time.Duration, output chan lp.CCMetric) cclog.ComponentPrint(m.name, "Here") return } - cclog.ComponentPrint(m.name, time.Now()) sendStats := func(stats map[string]MemstatStats, tags map[string]string) { for match, name := range m.matches {