Make ldap functions package local and remove a superfluous comment.

This commit is contained in:
Daniel Swärd
2023-02-10 15:12:19 +01:00
parent 82e312ac2f
commit 2338515444
7 changed files with 12 additions and 77 deletions
@@ -463,7 +463,6 @@ func (g Graph) GetEducationClassTeachers(w http.ResponseWriter, r *http.Request)
logger.Debug().Str("id", classID).Msg("calling get class teachers on backend")
teachers, err := g.identityEducationBackend.GetEducationClassTeachers(r.Context(), classID)
// teachers, err := g.identityEducationBackend.GetEducationClassMembers(r.Context(), classID)
if err != nil {
logger.Debug().Err(err).Msg("could not get class teachers: backend error")
var errcode errorcode.Error