Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana authored Nov 11, 2024
1 parent e41ef0e commit 88ebc11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/windows/pdh/pdh_query_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ func getCounterValue(counter *Counter) CounterValue {
}
} else {
counterValue.Measurement = value.Value
fmt.Println(value.Value)
}
default:
counterValue.Err.Error = fmt.Errorf("initialization failed: format '%#v' "+
Expand Down

0 comments on commit 88ebc11

Please sign in to comment.