Remove fmt.Printf
This commit is contained in:
parent
9c2691e8d0
commit
469bc4ea26
@ -99,7 +99,6 @@ func (am *access) ListPolicies(username, domain, resource, actions string) [][]s
|
||||
|
||||
func (am *access) HasGroup(name string) bool {
|
||||
groups := am.adapter.getAllGroups()
|
||||
fmt.Printf("groups: %+v\n", groups)
|
||||
|
||||
for _, g := range groups {
|
||||
if g == name {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user