Skip to content

Commit

Permalink
chore: remove logging of refund transaction (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored May 16, 2024
1 parent b91498e commit cd9a76f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/refund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ export async function refund(
output.blindingKey,
);
}

log.debug("refundTransaction", refundTransaction.toHex());

const res = await broadcastTransaction(
assetName,
refundTransaction.toHex(),
Expand Down

0 comments on commit cd9a76f

Please sign in to comment.