Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Remove unneeded log initialisation in test.
Browse files Browse the repository at this point in the history
[ci:skip]
  • Loading branch information
gavofyork authored Jul 28, 2016
1 parent 6286478 commit 99080e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sync/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1899,8 +1899,6 @@ mod tests {

#[test]
fn should_add_transactions_to_queue() {
log::init_log();

// given
let mut client = TestBlockChainClient::new();
client.add_blocks(98, EachBlockWith::Uncle);
Expand Down

0 comments on commit 99080e0

Please sign in to comment.