1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +00:00

source/cpu: drop leftover debug print

This commit is contained in:
Markus Lehtonen 2020-04-22 21:29:19 +03:00
parent fbf0b07525
commit 674c9f71ed

View file

@ -91,7 +91,6 @@ func (s Source) Discover() (source.Features, error) {
if cpuidFilter == nil {
initCpuidFilter()
}
log.Printf("CONF: %s", Config)
// Check if hyper-threading seems to be enabled
found, err := haveThreadSiblings()