From 45db43a6885bb12f786fb44182a9eb0e0f53aaab Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Sat, 15 Oct 2016 21:07:10 +0200 Subject: [PATCH] remove debug output --- mp_priv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mp_priv.c b/mp_priv.c index 0d45a06..470d0b5 100644 --- a/mp_priv.c +++ b/mp_priv.c @@ -177,7 +177,6 @@ mp_priv_determine_outcome (struct BRANDT_Auction *ad, gcry_mpi_ec_sub (sum_gamma, sum_gamma, sum_phi, ec_ctx); if (!ec_point_cmp (sum_gamma, ec_zero)) { - weprintf ("lol"); if (winners >= max_winners) { weprintf ("too many winners detected");