remove todo

This commit is contained in:
nate smith 2022-01-14 15:34:06 -06:00
parent 0a619d422a
commit 30a30bee2e

View file

@ -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)
}