mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-18 01:16:39 +00:00
Update public.rs
fix(rln): remove unnecessary print
This commit is contained in:
parent
b95b151a1c
commit
afa4a09bba
@ -383,11 +383,6 @@ impl RLN<'_> {
|
|||||||
|
|
||||||
// We expect each root to be fr_byte_size() bytes long.
|
// We expect each root to be fr_byte_size() bytes long.
|
||||||
let fr_size = fr_byte_size();
|
let fr_size = fr_byte_size();
|
||||||
println!(
|
|
||||||
"Fr size {:#?}, roots_serialized len {:#?}",
|
|
||||||
fr_size,
|
|
||||||
roots_serialized.len()
|
|
||||||
);
|
|
||||||
|
|
||||||
// We read the buffer and convert to Fr as much as we can
|
// We read the buffer and convert to Fr as much as we can
|
||||||
all_read = 0;
|
all_read = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user