Skip to content

Commit

Permalink
Remove unneeded log statement at mempool
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Jul 22, 2018
1 parent 98d8a49 commit e0a1f5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ impl Tracker {
})
.collect();
if entries.is_empty() {
trace!("no mempool entries found!");
return Ok(());
}
let txids: Vec<&Sha256dHash> = entries.iter().map(|(txid, _)| *txid).collect();
Expand Down

0 comments on commit e0a1f5a

Please sign in to comment.