Browse Source

remove log

Alexander Belanger 5 years ago
parent
commit
4e804f1c83
1 changed files with 0 additions and 2 deletions
  1. 0 2
      server/api/user_handler.go

+ 0 - 2
server/api/user_handler.go

@@ -106,8 +106,6 @@ func (app *App) HandleAuthCheck(w http.ResponseWriter, r *http.Request) {
 
 
 	user, err := app.Repo.User.ReadUser(userID)
 	user, err := app.Repo.User.ReadUser(userID)
 
 
-	fmt.Println("EMAIL VERIFIED IS", user.EmailVerified)
-
 	if err != nil {
 	if err != nil {
 		http.Error(w, err.Error(), http.StatusInternalServerError)
 		http.Error(w, err.Error(), http.StatusInternalServerError)
 		return
 		return