Skip to content

Commit

Permalink
fixup! make budget pretty again
Browse files Browse the repository at this point in the history
  • Loading branch information
jayz22 committed Apr 3, 2024
1 parent 3a9dc05 commit 0d7e20e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions soroban-env-host/src/budget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -877,13 +877,6 @@ impl Display for BudgetImpl {
}
}

#[test]
fn print() {
let budget = Budget::default();
println!("{budget}");
println!("{budget:?}");
}

#[allow(unused)]
#[cfg(test)]
impl BudgetImpl {
Expand Down

0 comments on commit 0d7e20e

Please sign in to comment.