Remove overly verbose DEBUG log

This commit is contained in:
Radek Simko 2017-08-03 16:11:45 +02:00
parent fb50afb0a1
commit de3015cebf
No known key found for this signature in database
GPG Key ID: 6823F3DCCE01BB19
1 changed files with 0 additions and 1 deletions

View File

@ -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
}