Remove remaining debugging print

This commit is contained in:
Thomas Roehl 2022-05-13 12:23:47 +02:00
parent 1d1315c08b
commit 6266edad53

@ -163,7 +163,6 @@ func (m *MemstatCollector) Read(interval time.Duration, output chan lp.CCMetric)
cclog.ComponentPrint(m.name, "Here") cclog.ComponentPrint(m.name, "Here")
return return
} }
cclog.ComponentPrint(m.name, time.Now())
sendStats := func(stats map[string]MemstatStats, tags map[string]string) { sendStats := func(stats map[string]MemstatStats, tags map[string]string) {
for match, name := range m.matches { for match, name := range m.matches {