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:
parent
fbf0b07525
commit
674c9f71ed
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue