From 30a30bee2e47fa7f0e4170740638289f9cd90a11 Mon Sep 17 00:00:00 2001 From: nate smith Date: Fri, 14 Jan 2022 15:34:06 -0600 Subject: [PATCH] remove todo --- internal/config/stub.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/config/stub.go b/internal/config/stub.go index 357458f60..aeb2e5526 100644 --- a/internal/config/stub.go +++ b/internal/config/stub.go @@ -39,7 +39,6 @@ func (c ConfigStub) GetOrDefaultWithSource(hostname, key string) (val string, sr } func (c ConfigStub) Default(key string) string { - // TODO may regret this return defaultFor(key) }