1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-04 20:16:24 -07:00

Remove extraneous prints

This commit is contained in:
Eggbertx 2023-06-16 09:54:52 -07:00
parent ad66026020
commit 36ce238dff
2 changed files with 1 additions and 2 deletions

View file

@ -91,7 +91,7 @@ func registerAdminPages() {
if (do == "add" || do == "update") && password != passwordConfirm {
return "", ErrPasswordConfirm
}
fmt.Println(do, updateUsername)
rankStr := request.FormValue("rank")
var rank int
if rankStr != "" {