Skip to content

Commit

Permalink
adjust log level
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Feb 1, 2024
1 parent 909d647 commit a244c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ fn batch_invert_cellvalues<F: Field>(cell_values: &mut [Vec<CellValue<F>>]) {
})
.collect::<Vec<_>>();

log::info!(
log::debug!(
"num of denominators: {} / {}",
mut_denominators.len(),
denominators_len
Expand Down

0 comments on commit a244c33

Please sign in to comment.