Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Nov 1, 2023
1 parent 238190f commit bed5827
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions host/host_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,13 +524,11 @@ func optionalValueReadFromFile(filename string) float64 {
}

func optionalProperties(basename string) map[string]float64 {
fmt.Println("base:", basename)
// Determine all files with the base-prefix
matches, err := filepath.Glob(basename + "_*")
if err != nil {
return nil
}
fmt.Println("matches:", matches)

// Collect the information from all files that are not already handled
// with the exception of "max" and "crit" to keep an indicator if those
Expand Down

0 comments on commit bed5827

Please sign in to comment.