Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kendavis2 committed Sep 30, 2019
1 parent e708f0b commit fd12ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/store/aws_param_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (s AWSParameterStore) Push(file *catalog.File, fileData []byte, version str
if err != nil {
return err
}
fmt.Println(value)

if value != defaultPSKMSKey {
input.KeyId = &value
}
Expand Down

0 comments on commit fd12ffe

Please sign in to comment.