Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dittamo <[email protected]>
  • Loading branch information
pvditt committed Jan 17, 2025
1 parent c17c152 commit 56a609c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flytestdlib/config/viper/viper.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,6 @@ func (v viperAccessor) parseViperConfigRecursive(root config.Section, settings i
if asMap, casted := settings.(map[string]interface{}); casted {
myMap := map[string]interface{}{}
for childKey, childValue := range asMap {
if childKey == "default-annotations" {
logger.Debugf(context.Background(), "Found default-annotations in config. Skipping.")
}
if childSection, found := root.GetSections()[childKey]; found {
errs.Append(v.parseViperConfigRecursive(childSection, childValue))
} else {
Expand Down

0 comments on commit 56a609c

Please sign in to comment.