Skip to content

Commit

Permalink
chore(backend): Remove erroneous prinln
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 4, 2024
1 parent 036c0ba commit 7f64667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rs/decentralization/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ impl DecentralizedSubnet {
if is_european_subnet {
// European subnet should only take European nodes.
let continent_counts = nakamoto_scores.feature_value_counts(&NodeFeature::Continent);
println!("Continent counts: {:?}", continent_counts);
let non_european_nodes_count = continent_counts
.iter()
.filter_map(|(continent, count)| {
Expand Down

0 comments on commit 7f64667

Please sign in to comment.