Skip to content

Commit

Permalink
penumbra: remove noisy tracing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Dec 16, 2024
1 parent 373a641 commit 7e248c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/core/component/shielded-pool/src/ics20_withdrawal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ impl From<Ics20Withdrawal> for pb::FungibleTokenPacketData {
ordinary_return_address
};

tracing::warn!(?return_address, w.use_transparent_address, "return address");

pb::FungibleTokenPacketData {
amount: w.value().amount.to_string(),
denom: w.denom.to_string(),
Expand Down

0 comments on commit 7e248c3

Please sign in to comment.