diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-08-01 06:32:14 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-08-01 06:32:14 +0800 |
commit | caa9e202cf4bac328759695e05d1bda5997ef6e7 (patch) | |
tree | c2674fd47acdc45ffc4454a8941891e154dbc37e /ui/app | |
parent | 710b4e294f66fe6e623fa145cc99be5b79c8210e (diff) | |
download | tangerine-wallet-browser-caa9e202cf4bac328759695e05d1bda5997ef6e7.tar tangerine-wallet-browser-caa9e202cf4bac328759695e05d1bda5997ef6e7.tar.gz tangerine-wallet-browser-caa9e202cf4bac328759695e05d1bda5997ef6e7.tar.bz2 tangerine-wallet-browser-caa9e202cf4bac328759695e05d1bda5997ef6e7.tar.lz tangerine-wallet-browser-caa9e202cf4bac328759695e05d1bda5997ef6e7.tar.xz tangerine-wallet-browser-caa9e202cf4bac328759695e05d1bda5997ef6e7.tar.zst tangerine-wallet-browser-caa9e202cf4bac328759695e05d1bda5997ef6e7.zip |
lint
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/components/modals/qr-scanner/qr-scanner.component.js | 2 |
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) } |