Removing uncessary print statement.
This commit is contained in:
parent
78d1a11583
commit
cf4ffe61c0
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ func capNode(base string, percentage int) error {
|
||||||
fmt.Println("unable to write powercap value: ", err)
|
fmt.Println("unable to write powercap value: ", err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fmt.Println(file.Name(), ": ", int(maxPower), ", ", int(powercap))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue