Skip to content

Commit

Permalink
Remove debug comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Nov 14, 2024
1 parent 05f8a4b commit d01bccd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kms/mackms/mackms.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ type keyAttributes struct {
// would return the tag empty if it was set using the default value.
func (k *keyAttributes) retryAttributes() *keyAttributes {
if !k.retry {
fmt.Println("no retry")
return nil
}
fmt.Println("retry")
return &keyAttributes{
label: k.label,
hash: k.hash,
Expand Down

0 comments on commit d01bccd

Please sign in to comment.