Remove extra debug logging

This commit is contained in:
Jacob Gunther
2024-06-13 19:02:32 -05:00
parent c993676191
commit a7c9a7df72

View File

@@ -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