diff --git a/register.go b/register.go index 3c1df77..8f99970 100644 --- a/register.go +++ b/register.go @@ -95,7 +95,6 @@ func registerSubmit(c *gin.Context) { } errr := db.QueryRow("SELECT id FROM beta_keys WHERE key_md5 = ? AND allowed = 1", cmd5(c.PostForm("key"))) - fmt.Printf("%v", errr) if errr.Scan(new(int)) == sql.ErrNoRows { registerResp(c, errorMessage{T(c, "key bad.")}) return diff --git a/templates/navbar.html b/templates/navbar.html index a725ac2..5de541c 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -5,7 +5,7 @@