Skip to content

Commit

Permalink
stop logging quote json
Browse files Browse the repository at this point in the history
  • Loading branch information
cajubelt committed Feb 27, 2024
1 parent f469bc0 commit 436d80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/generateWidgetUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export async function generateWidgetUrl() {
if (!response.ok) {
throw new Error(`quote response error json: ${JSON.stringify(quoteJson)}`)
}
console.log(`quote json: ${JSON.stringify(quoteJson)}`)
const {
quote: { fiatAmount, quoteId, transferType },
kyc: { kycRequired, kycSchemas },
Expand Down

0 comments on commit 436d80d

Please sign in to comment.