plugin: remove debug error log

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2017-07-16 11:18:38 +02:00
parent b0d4eac41d
commit 3aa370afe1
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -56,7 +56,6 @@ func loadPlugin(fi string) ([]iplugin.Plugin, error) {
if err != nil {
return nil, err
}
log.Errorf("plugins: %T", pls)
typePls, ok := pls.(*[]iplugin.Plugin)
if !ok {