Update public.rs

fix(rln): remove unnecessary print
This commit is contained in:
G 2022-10-10 08:52:36 +02:00 committed by GitHub
parent b95b151a1c
commit afa4a09bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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;