remove debug output
This commit is contained in:
parent
5ce71329cf
commit
45db43a688
@ -177,7 +177,6 @@ mp_priv_determine_outcome (struct BRANDT_Auction *ad,
|
|||||||
gcry_mpi_ec_sub (sum_gamma, sum_gamma, sum_phi, ec_ctx);
|
gcry_mpi_ec_sub (sum_gamma, sum_gamma, sum_phi, ec_ctx);
|
||||||
if (!ec_point_cmp (sum_gamma, ec_zero))
|
if (!ec_point_cmp (sum_gamma, ec_zero))
|
||||||
{
|
{
|
||||||
weprintf ("lol");
|
|
||||||
if (winners >= max_winners)
|
if (winners >= max_winners)
|
||||||
{
|
{
|
||||||
weprintf ("too many winners detected");
|
weprintf ("too many winners detected");
|
||||||
|
Loading…
Reference in New Issue
Block a user