Skip to content

Commit bc1b245

Browse files
committed
cmd/scollector: remove hp_eva_windows.go debug statement
1 parent fa86001 commit bc1b245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/scollector/collectors/hp_eva_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ func init() {
1212
var q = wmi.CreateQuery(&dst, ``)
1313
err := queryWmi(q, &dst)
1414
if err != nil {
15-
slog.Info(err)
1615
return // No HP EVA datasources found
1716
}
1817
collectors = append(collectors, &IntervalCollector{F: cHPEvaVirtualDiskWindows})

0 commit comments

Comments
 (0)