@txnlab/use-wallet 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -2614,7 +2614,6 @@ class BaseWallet {
2614
2614
  throw new Error("Transaction failed.");
2615
2615
  }
2616
2616
  const confirmedTransaction = await this.waitForConfirmation(sentTransaction.txId);
2617
- console.log("sent", confirmedTransaction);
2618
2617
  return {
2619
2618
  id: sentTransaction.txId,
2620
2619
  ...confirmedTransaction,