remove some comments

trunk
vilmibm 2023-02-23 22:37:16 +00:00
parent 5e20b0569e
commit ced73adb77
1 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ import (
"time"
"git.tilde.town/tildetown/town/models"
//"git.tilde.town/tildetown/town/review"
"git.tilde.town/tildetown/town/signup"
tuser "git.tilde.town/tildetown/town/user"
"github.com/gdamore/tcell/v2"
@ -30,8 +29,6 @@ func getTitle() string {
return titles[rand.Intn(len(titles))]
}
// TODO affordance for cleaning up email response
type reviewer struct {
db *sql.DB
adminName string