Skip to content

Commit

Permalink
removed a print
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue committed Apr 9, 2024
1 parent 3a9d4ad commit d9c3101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recursion/compiler/src/ir/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ impl<C: Config> Builder<C> {
///
/// Reference: https://github.com/Plonky3/Plonky3/blob/4809fa7bedd9ba8f6f5d3267b1592618e3776c57/poseidon2/src/lib.rs#L119
pub fn poseidon2_permute_mut(&mut self, array: &Array<C, Felt<C::F>>) {
println!("calling poseidon2_permute_mut");
self.operations.push(DslIR::Poseidon2PermuteBabyBear(
array.clone(),
array.clone(),
Expand Down

0 comments on commit d9c3101

Please sign in to comment.