Skip to content

Commit

Permalink
Remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuda committed Dec 24, 2021
1 parent 5ff4988 commit 3fb4bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/maintenance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ impl SolidoState {

let ust_amount = anker_state.ust_reserve_balance;
let output = MaintenanceOutput::SendRewards { ust_amount };
println!("Trying to send rewards: {:?}", &output);
let mut maintenance_instruction = MaintenanceInstruction::new(instruction, output);
maintenance_instruction
.additional_signers
Expand Down

0 comments on commit 3fb4bac

Please sign in to comment.