From a7c9a7df728de1bf9f9f7310223d3dfc714812a6 Mon Sep 17 00:00:00 2001 From: Jacob Gunther Date: Thu, 13 Jun 2024 19:02:32 -0500 Subject: [PATCH] Remove extra debug logging --- src/util.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util.go b/src/util.go index 884d4be..905f9f4 100644 --- a/src/util.go +++ b/src/util.go @@ -195,8 +195,6 @@ func GetVoteOptions(ctx *fiber.Ctx) (*VoteOptions, error) { // Public Key { result.PublicKey = ctx.Query("publickey") - - log.Println(result.PublicKey) } // Token