Removed unused line

This commit is contained in:
perp 2024-06-03 14:56:42 +01:00
parent 5fdd7a7712
commit 143fd837b6

View File

@ -59,8 +59,6 @@ func Register(ctx *context.Context) {
return
}
fmt.Println(account)
// Account exists
if account.Username != "" {
ctx.JSON(400, ctx.Error("UsernameTaken"))