Skip to content

Commit

Permalink
Update prover.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Sep 12, 2023
1 parent 17d4873 commit b4c3648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/plonk/lookup/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ fn permute_expression_pair<'params, C: CurveAffine, P: Params<'params, C>, R: Rn
let res =
permute_expression_pair_par(pk, params, domain, rng, input_expression, table_expression);
#[cfg(not(target_arch = "wasm32"))]
log::debug!(start.elapsed());
log::debug!("{:?}", start.elapsed());
res
}

Expand Down

0 comments on commit b4c3648

Please sign in to comment.