Remove spammy println from reserialize_chain

This commit is contained in:
Luke Parker 2023-07-08 20:30:45 -04:00
parent 35fcd11096
commit 13f48a406e
No known key found for this signature in database

View file

@ -153,7 +153,6 @@ async fn check_block(rpc: Arc<Rpc<HttpRpc>>, block_i: usize) {
.verify(&get_outs(&rpc, &actual_indexes).await, image, &pseudo_outs[i], &sig_hash)
.unwrap();
}
println!("Verified CLSAGs + BPs");
}
}
}