Skip to content

Commit

Permalink
Delete verbose traces
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 13, 2024
1 parent 3e9f9cc commit 9a76469
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/handlers/sign_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,6 @@ pub fn handler_swap(
ledger_device_sdk::testing::debug_print(
"sign_tx.rs: receiver_id does not match with dest_address\n",
);
ledger_device_sdk::testing::debug_print("Tx dest address: ");
ledger_device_sdk::testing::debug_print(tx_prefix.receiver_id.as_str());
ledger_device_sdk::testing::debug_print("\n");
ledger_device_sdk::testing::debug_print("Exchange dest address: ");
ledger_device_sdk::testing::debug_print(
core::str::from_utf8(
tx_params.dest_address[..tx_params.dest_address_len].as_ref(),
)
.unwrap(),
);
ledger_device_sdk::testing::debug_print("\n");
return Err(AppSW::TxSignFail);
}

Expand Down

0 comments on commit 9a76469

Please sign in to comment.