Skip to content

Commit

Permalink
remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Nov 7, 2024
1 parent 9f80bd0 commit 7aa9adc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handlers/user.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package handlers

import (
"log/slog"
"net/http"
"time"

Expand Down Expand Up @@ -107,7 +106,6 @@ func updateAccount(s *service.Service, w http.ResponseWriter, r *http.Request) h
if len(yearTagList) > 0 {
var err error
*user, err = s.UpdateUser(r.Context(), user.KTHID, yearTagList[0])
slog.Info("Updated user year tag", "value", user.YearTag)
if err != nil {
return err
}
Expand Down

0 comments on commit 7aa9adc

Please sign in to comment.