diff --git a/fri/src/two_adic_pcs.rs b/fri/src/two_adic_pcs.rs index e2ba2284..18f33f08 100644 --- a/fri/src/two_adic_pcs.rs +++ b/fri/src/two_adic_pcs.rs @@ -273,7 +273,7 @@ impl> let alpha_pow_offset = alpha.exp_u64(num_reduced[log_height] as u64); let sum_alpha_pows_times_y = alpha_reducer.reduce_ext(&ys); - info_span!("reduce rows").in_scope(|| { + debug_span!("reduce rows").in_scope(|| { reduced_opening_for_log_height .par_iter_mut() .zip_eq(mat.par_rows())