Skip to content

Commit

Permalink
temp: add println temporarily for review
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-faber committed Oct 29, 2020
1 parent ec6c98f commit bf14267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ impl BootstrapCache {
Default::default()
};

println!("Bootstrap cache contents: {:?}", &peers); // TODO: remove after review

Ok(BootstrapCache {
peers,
cache_path,
Expand Down

0 comments on commit bf14267

Please sign in to comment.