@@ -172,7 +172,6 @@ export default class QRScan extends Component {
})
}).finally(() => {
this.scaning = false;
- console.log("this.scaning", this.scaning);
});
}