Skip to content

Commit

Permalink
fix: remove unneeded print statement (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Aug 30, 2024
1 parent b4f9378 commit 104089a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/soroban-cli/src/commands/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ impl Cmd {
OutputFormat::Pretty => event.pretty_print()?,
}
}
println!("Latest Ledger: {}", response.latest_ledger);

Ok(())
}

Expand Down

0 comments on commit 104089a

Please sign in to comment.