mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-14 08:55:56 +02:00
Remove remaining debugging print
This commit is contained in:
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user