Skip to content

Commit

Permalink
remove log message which should not be there (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Oct 18, 2022
1 parent 98920bc commit 2313c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/flags/getters.go
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ func WithDataValueAdvanced(stripCumulocityKeys bool, raw bool, opts ...string) G

// Merge multiple data objects together
for _, value := range values {
log.Printf("Parsing value: %v", value)
err = jsonUtilities.ParseJSON(resolveContents(value), data)
if err != nil {
return dst, "", fmt.Errorf("json error: %s parameter does not contain valid json or shorthand json. %w", src, err)
Expand Down

0 comments on commit 2313c74

Please sign in to comment.