aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/modals/qr-scanner/qr-scanner.component.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/modals/qr-scanner/qr-scanner.component.js b/ui/app/components/modals/qr-scanner/qr-scanner.component.js
index 29ce45184..d8091ecee 100644
--- a/ui/app/components/modals/qr-scanner/qr-scanner.component.js
+++ b/ui/app/components/modals/qr-scanner/qr-scanner.component.js
@@ -53,11 +53,9 @@ export default class QrScanner extends Component {
msg: this.context.t('scanInstructions'),
})
}, 2000)
-
} else {
// Keep checking for permissions
this.permissionChecker = setTimeout(_ => {
- console.log('[QR-SCANNER]: time to check again!')
this.checkPermisisions()
}, 1000)
}