From cf4ffe61c026c3b96c21563bb06e0810efad81c7 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Sat, 4 Jan 2020 18:09:03 -0800 Subject: [PATCH] Removing uncessary print statement. --- rapl-daemon/util.go | 1 - 1 file changed, 1 deletion(-) 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)) } }