megwareEureka: Remove debug output

This should never have been in the release...
This commit is contained in:
Michael Panzlaff
2026-07-07 18:47:02 +02:00
parent 4a859af358
commit f028c83a75
-3
View File
@@ -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())
}
fmt.Printf("string: %+v\n", stdout.String())
fmt.Printf("obj: %+v\n", u20output)
u20output.GetMpsPollValues.Timestamp = time.Now()
return &u20output.GetMpsPollValues, nil