mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Remove overly verbose DEBUG log
This commit is contained in:
parent
fb50afb0a1
commit
de3015cebf
@ -59,7 +59,6 @@ func findPluginPaths(kind string, dirs []string) []string {
|
||||
fullName := item.Name()
|
||||
|
||||
if !strings.HasPrefix(fullName, prefix) {
|
||||
log.Printf("[DEBUG] skipping %q, not a %s", fullName, kind)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user