Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Feb 2, 2024
1 parent a342d72 commit 13adc33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ fn get_changes() {
Felt::from_hex("0x66342762FDD54D033c195fec3ce2568b62052e").unwrap(),
);
let bitvec = BitVec::from_vec(pair1.0.clone());
println!("first = {:?}", bitvec);
bonsai_storage.insert(&bitvec, &pair1.1).unwrap();
bonsai_storage.commit(id_builder.new_id()).unwrap();
let pair2 = (
Expand Down

0 comments on commit 13adc33

Please sign in to comment.