Skip to content

Commit

Permalink
remove dbg log
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Oct 21, 2024
1 parent de1e2d1 commit 269219f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,6 @@ func SearchAllItems(w http.ResponseWriter, r *http.Request) {
// single

func GetSingleSetHandler(w http.ResponseWriter, r *http.Request) {
fmt.Println("GetSingleSetHandler")
lang := r.Context().Value("lang").(string)
ankamaId := r.Context().Value("ankamaId").(int)

Expand Down

0 comments on commit 269219f

Please sign in to comment.