From cdb2d28e9f44c4f2d6ebdf65dbf60be1a207789f Mon Sep 17 00:00:00 2001
From: Balthazar Wilson <wilsonba@etu.utc.fr>
Date: Thu, 19 Oct 2023 20:50:30 +0200
Subject: [PATCH] remove print

---
 agt/ballotagent/vote.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/agt/ballotagent/vote.go b/agt/ballotagent/vote.go
index a45e392..37d1d17 100644
--- a/agt/ballotagent/vote.go
+++ b/agt/ballotagent/vote.go
@@ -110,6 +110,4 @@ func (rsa *BallotServerAgent) receiveVote(w http.ResponseWriter, r *http.Request
 		isOpen:   true,
 		results:  rad.ResultResponse{},
 	}
-
-	fmt.Println(rsa.ballots[voteBallot])
 }
-- 
GitLab