Remove overly verbose DEBUG log

This commit is contained in:
Radek Simko
2017-08-03 16:11:45 +02:00
parent fb50afb0a1
commit de3015cebf

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
}