From 1321b1e315a5f43479cb7f84d533a78dd170fa93 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Thu, 21 Aug 2025 22:19:43 -0400 Subject: [PATCH] Update internal/plugin/loader.go Remove commented out code Co-authored-by: Joe Julian Signed-off-by: Scott Rigby --- internal/plugin/loader.go | 1 - 1 file changed, 1 deletion(-) 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 }