aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/qr-code.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/components/qr-code.js')
-rw-r--r--old-ui/app/components/qr-code.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-ui/app/components/qr-code.js b/old-ui/app/components/qr-code.js
index fa38dcd92..06b9aed9b 100644
--- a/old-ui/app/components/qr-code.js
+++ b/old-ui/app/components/qr-code.js
@@ -25,7 +25,6 @@ function QrCodeView () {
QrCodeView.prototype.render = function () {
const props = this.props
const Qr = props.Qr
- console.log(`QrCodeView Qr`, Qr);
const address = `${isHexPrefixed(Qr.data) ? 'ethereum:' : ''}${Qr.data}`
const qrImage = qrCode(4, 'M')
qrImage.addData(address)