Skip to content
Snippets Groups Projects
Commit cadc79ce authored by gbe's avatar gbe
Browse files

Remove unneeded comment

parent 687e522e
No related branches found
No related tags found
No related merge requests found
...@@ -101,8 +101,6 @@ func (h Handler) detailsPost(w http.ResponseWriter, r *http.Request) { ...@@ -101,8 +101,6 @@ func (h Handler) detailsPost(w http.ResponseWriter, r *http.Request) {
return return
} }
// TODO: Redirect to newly created/updated vino
http.Redirect(w, r, "/details?id="+r.FormValue("id"), http.StatusSeeOther) http.Redirect(w, r, "/details?id="+r.FormValue("id"), http.StatusSeeOther)
return return
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment