cleaning err print statement

This commit is contained in:
Mann Patel
2025-08-27 17:57:47 -06:00
parent 9f260c3821
commit d7f6c794b4
4 changed files with 0 additions and 5 deletions

View File

@@ -163,7 +163,6 @@ func RemoveVolunteerHandler(w http.ResponseWriter, r *http.Request) {
}
teamLeadID, err := strconv.Atoi(r.FormValue("team_lead_id"))
fmt.Print(teamLeadID)
if err != nil {
http.Error(w, "Invalid team lead ID", http.StatusBadRequest)
return