Skip to content

feat: add auditing for groups #4527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Oct 19, 2022
Prev Previous commit
Next Next commit
debug line
  • Loading branch information
sreya committed Oct 19, 2022
commit 97867bce00388817320098f6cb2e7ad66470255c
2 changes: 0 additions & 2 deletions enterprise/coderd/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ func (api *API) templateACL(rw http.ResponseWriter, r *http.Request) {
return
}

fmt.Printf("group_acl: %+v\n", template.GroupACL)

dbGroups, err := api.Database.GetTemplateGroupRoles(ctx, template.ID)
if err != nil {
httpapi.InternalServerError(rw, err)
Expand Down