diff --git a/estimator/lwe_primal.py b/estimator/lwe_primal.py index 3c701e7..04f9cdb 100644 --- a/estimator/lwe_primal.py +++ b/estimator/lwe_primal.py @@ -316,7 +316,6 @@ def gaussian_heuristic_log_input(r): # precision error, shift and re-compute c_shift = 1e-300 r = [log(c_shift) + log(x / c_shift) for x in r] - print(r) if d > 4096: for i, _ in enumerate(r):