diff --git a/rapl-daemon/util.go b/rapl-daemon/util.go index 4e432a8..0a031c0 100644 --- a/rapl-daemon/util.go +++ b/rapl-daemon/util.go @@ -54,7 +54,6 @@ func capNode(base string, percentage int) error { fmt.Println("unable to write powercap value: ", err) continue } - fmt.Println(file.Name(), ": ", int(maxPower), ", ", int(powercap)) } }