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()
|
fullName := item.Name()
|
||||||
|
|
||||||
if !strings.HasPrefix(fullName, prefix) {
|
if !strings.HasPrefix(fullName, prefix) {
|
||||||
log.Printf("[DEBUG] skipping %q, not a %s", fullName, kind)
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue