Skip to content
Snippets Groups Projects
Commit 7417d7d5 authored by ale's avatar ale
Browse files

Remove debugging printf

parent 10aba630
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,6 @@ func (h *Server) handleGrantTicket(w http.ResponseWriter, req *http.Request) {
if len(reqGroups) > 0 {
if auth.UserInfo != nil {
groups = intersectGroups(reqGroups, auth.UserInfo.Groups)
log.Printf("intersectGroups(%+v, %+v) -> %+v", reqGroups, auth.UserInfo.Groups, groups)
}
// We only make this check here as a convenience to
// the user (we may be able to show a nicer UI): the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment