Remove extra debug logging

This commit is contained in:
Jacob Gunther 2024-06-13 19:02:32 -05:00
parent c993676191
commit a7c9a7df72
No known key found for this signature in database
GPG Key ID: 9E6F3F4BF45EC433

View File

@ -195,8 +195,6 @@ func GetVoteOptions(ctx *fiber.Ctx) (*VoteOptions, error) {
// Public Key
{
result.PublicKey = ctx.Query("publickey")
log.Println(result.PublicKey)
}
// Token