Skip to content
Snippets Groups Projects
Commit cdb2d28e authored by Balthazar Wilson's avatar Balthazar Wilson
Browse files

remove print

parent 56fd5c31
No related branches found
No related tags found
1 merge request!8implémentation des votants par Balthazar
...@@ -110,6 +110,4 @@ func (rsa *BallotServerAgent) receiveVote(w http.ResponseWriter, r *http.Request ...@@ -110,6 +110,4 @@ func (rsa *BallotServerAgent) receiveVote(w http.ResponseWriter, r *http.Request
isOpen: true, isOpen: true,
results: rad.ResultResponse{}, results: rad.ResultResponse{},
} }
fmt.Println(rsa.ballots[voteBallot])
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment