Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit da4b41f

Browse files
yatebryanvu
authored andcommitted
remove console.log
1 parent 6cc10ae commit da4b41f

File tree

1 file changed

+0
-1
lines changed
  • packages/lightning-components/QRCode

1 file changed

+0
-1
lines changed

packages/lightning-components/QRCode/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export const QRCode = {
1111
return <div dangerouslySetInnerHTML={{ __html: svg }} />
1212
},
1313
lightning: ({ paymentRequest }) => {
14-
console.log(paymentRequest);
1514
const svg = qrImage.imageSync(paymentRequest, { type: 'svg' })
1615

1716
// eslint-disable-next-line react/no-danger

0 commit comments

Comments
 (0)