forked from tildetown/town
remove some comments
parent
5e20b0569e
commit
ced73adb77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue