diff options
Diffstat (limited to 'tests/performance_tests')
-rw-r--r-- | tests/performance_tests/bulletproof_plus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/performance_tests/bulletproof_plus.h b/tests/performance_tests/bulletproof_plus.h index b436e5e12..9aad61065 100644 --- a/tests/performance_tests/bulletproof_plus.h +++ b/tests/performance_tests/bulletproof_plus.h @@ -72,7 +72,6 @@ public: size_t o = start; for (size_t n = 0; n < N; ++n) { - //printf("adding %zu times %zu\n", repeat, o); for (size_t i = 0; i < repeat; ++i) proofs.push_back(rct::bulletproof_plus_PROVE(std::vector<uint64_t>(o, 749327532984), rct::skvGen(o))); o = o * mul + add; |