diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-10-15 21:07:10 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-10-15 21:07:10 +0200 |
commit | 45db43a6885bb12f786fb44182a9eb0e0f53aaab (patch) | |
tree | 2eb9cc8963a48445baeb773a76d26761e09b6ad2 | |
parent | 5ce71329cfa5540aa8bb7091df292fc133bcf8fa (diff) |
remove debug output
-rw-r--r-- | mp_priv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"); |