Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Aug 6, 2024
1 parent 91c1347 commit 83c2f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ async fn proposal_tally(proposal_id: u64, args: &State<Args>) -> Value {
let mut total = penumbra_governance::Tally::default();

for tally in tallies {
println!("tally: {:?}", tally);
total += tally.tally.unwrap().into();
}

Expand Down

0 comments on commit 83c2f31

Please sign in to comment.