Skip to content

Commit

Permalink
fix: rm clog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduma-ledger committed Nov 19, 2024
1 parent e383880 commit a6ac170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/wallet-api/Exchange/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const handlers = ({
}

let exchangeParams: ExchangeStartParamsUiRequest;
console.log("params", params);

// Use `if else` instead of switch to leverage TS type narrowing and avoid `params` force cast.
if (params.exchangeType == "SWAP") {
exchangeParams = extractSwapStartParam(params, accounts);
Expand Down

0 comments on commit a6ac170

Please sign in to comment.