Remove fmt.Printf

This commit is contained in:
Ingo Oppermann
2023-02-20 17:19:12 +01:00
parent 9c2691e8d0
commit 469bc4ea26

View File

@@ -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 {