Remove extra debug logging
This commit is contained in:
@@ -195,8 +195,6 @@ func GetVoteOptions(ctx *fiber.Ctx) (*VoteOptions, error) {
|
|||||||
// Public Key
|
// Public Key
|
||||||
{
|
{
|
||||||
result.PublicKey = ctx.Query("publickey")
|
result.PublicKey = ctx.Query("publickey")
|
||||||
|
|
||||||
log.Println(result.PublicKey)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Token
|
// Token
|
||||||
|
|||||||
Reference in New Issue
Block a user