mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
plugin: remove debug error log
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
b0d4eac41d
commit
3aa370afe1
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user