Skip to content

Commit

Permalink
Merge branch 'jason/misc-rm-println' into 'master'
Browse files Browse the repository at this point in the history
chore(nns): Remove a println accidentally introduced during debugging

 

See merge request dfinity-lab/public/ic!19134
  • Loading branch information
jasonz-dfinity committed May 7, 2024
2 parents d365465 + ec2a0db commit 64e8f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rs/nns/governance/src/neuron_store/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ impl NeuronStore {
}

let dissolve_delay_seconds = neuron.dissolve_delay_seconds(now_seconds);
println!("Neuron dissolve delay seconds: {}", dissolve_delay_seconds);

if dissolve_delay_seconds < 6 * ONE_MONTH_SECONDS {
metrics.neurons_with_less_than_6_months_dissolve_delay_count += 1;
Expand Down

0 comments on commit 64e8f52

Please sign in to comment.