Skip to content

Commit

Permalink
remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcraig committed Oct 24, 2023
1 parent db5e5f0 commit 632b6e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion path_static_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ func (b *backend) pathStaticRoleCreateUpdate(ctx context.Context, req *logical.R
item = &queue.Item{
Key: name,
}
b.Logger().Info("break")
break
}
// setStaticAccountPassword calls Storage.Put and saves the role to storage
Expand Down

0 comments on commit 632b6e6

Please sign in to comment.