mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-07-11 04:00:38 +02:00
megwareEureka: Remove debug output
This should never have been in the release...
This commit is contained in:
@@ -127,9 +127,6 @@ func (m *MegwareEurekaCollector) readMpsData() (*mpsData, error) {
|
|||||||
return nil, fmt.Errorf("unable to decode u20 JSON output: %w (stdout=%s)", err, stdout.String())
|
return nil, fmt.Errorf("unable to decode u20 JSON output: %w (stdout=%s)", err, stdout.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("string: %+v\n", stdout.String())
|
|
||||||
fmt.Printf("obj: %+v\n", u20output)
|
|
||||||
|
|
||||||
u20output.GetMpsPollValues.Timestamp = time.Now()
|
u20output.GetMpsPollValues.Timestamp = time.Now()
|
||||||
|
|
||||||
return &u20output.GetMpsPollValues, nil
|
return &u20output.GetMpsPollValues, nil
|
||||||
|
|||||||
Reference in New Issue
Block a user