Update internal/plugin/loader.go

Remove commented out code

Co-authored-by: Joe Julian <me@joejulian.name>
Signed-off-by: Scott Rigby <scott@r6by.com>
pull/31145/head
Scott Rigby 1 month ago committed by GitHub
parent 8660b8e99d
commit 1321b1e315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -85,7 +85,6 @@ func newPrototypePluginManager() *prototypePluginManager {
} }
func (pm *prototypePluginManager) RegisterRuntime(runtimeName string, runtime Runtime) { func (pm *prototypePluginManager) RegisterRuntime(runtimeName string, runtime Runtime) {
//if _, exists := pm.runtimes[runtimeName]; exists {
pm.runtimes[runtimeName] = runtime pm.runtimes[runtimeName] = runtime
} }

Loading…
Cancel
Save