diff --git a/agt/ballotagent/vote.go b/agt/ballotagent/vote.go index a45e392ef77975e24b01b4dbd1994f3cacd4e9ce..37d1d17b1933e526518864957e525cbab9a7ae0c 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]) }