Skip to content

Commit

Permalink
fix PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ghernandez345 committed Sep 4, 2024
1 parent 324c17b commit a0def0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/service/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ func ServeEndUserEnroll(urlPrefix string, logger log.Logger) http.Handler {
fs := newBinaryFileSystem("/frontend")
file, err := fs.Open("templates/byod.tmpl")
if err != nil {
fmt.Print("test")
logger.Log("err", err)
http.Error(w, err.Error(), http.StatusInternalServerError)
herr(w, "load byod template: "+err.Error())
return
}

Expand Down

0 comments on commit a0def0f

Please sign in to comment.