Removing uncessary print statement.

This commit is contained in:
Renan DelValle 2020-01-04 18:09:03 -08:00
parent 78d1a11583
commit cf4ffe61c0
No known key found for this signature in database
GPG key ID: 3895800E03F17676

View file

@ -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))
}
}