mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-09-18 06:14:32 +02:00
Remove remaining debugging print
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user