From 6266edad53fa754e11ad3495b339f932d46e76e7 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Fri, 13 May 2022 12:23:47 +0200 Subject: [PATCH] Remove remaining debugging print --- collectors/memstatMetric.go | 1 - 1 file changed, 1 deletion(-) 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 {