removing unwanted print statement

This commit is contained in:
Godmode Galactus 2022-12-12 09:24:55 +01:00
parent 6a70cf5548
commit 17294a00e0
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ impl LightRpcRequestProcessor {
loop {
let recv_res = receiver.recv();
println!("recieved a transaction");
match recv_res {
Ok(transaction) => {
let mut transactions_vec = vec![transaction];