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

Commit

Permalink
remove commented
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Nov 9, 2019
1 parent e4d8e10 commit a6df8d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/client/db/src/storage_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ mod tests {

#[test]
fn simple_fork() {
//init_log();
let root_parent = H256::random();
let key = H256::random()[..].to_vec();
let h1 = H256::random();
Expand All @@ -692,7 +691,6 @@ mod tests {

#[test]
fn double_fork() {
//init_log();
let root_parent = H256::random();
let key = H256::random()[..].to_vec();
let h1 = H256::random();
Expand Down

0 comments on commit a6df8d6

Please sign in to comment.