diff --git a/internal/plugin/loader.go b/internal/plugin/loader.go index 81def5978..b47b15d34 100644 --- a/internal/plugin/loader.go +++ b/internal/plugin/loader.go @@ -85,7 +85,6 @@ func newPrototypePluginManager() *prototypePluginManager { } func (pm *prototypePluginManager) RegisterRuntime(runtimeName string, runtime Runtime) { - //if _, exists := pm.runtimes[runtimeName]; exists { pm.runtimes[runtimeName] = runtime }