Skip to content

Commit de91a18

Browse files
committed
remove debug
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 9332717 commit de91a18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

metrics_system.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
package main
22

33
import (
4-
"encoding/json"
5-
"fmt"
6-
74
"github.com/PagerDuty/go-pagerduty"
85
"github.com/prometheus/client_golang/prometheus"
96
"github.com/webdevops/go-common/prometheus/collector"
@@ -80,8 +77,6 @@ func (m *MetricsCollectorSystem) Collect(callback chan<- func()) {
8077
}
8178

8279
for _, license := range resp.Licenses {
83-
foo, _ := json.Marshal(license)
84-
fmt.Println(string(foo))
8580
licenseMetricList.AddInfo(prometheus.Labels{
8681
"licenseID": license.ID,
8782
"licenseType": license.Type,

0 commit comments

Comments
 (0)