Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
quentingirard committed Dec 13, 2022
1 parent 89ba238 commit 236b349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Containers/Scan/Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const IndexScanContainer = () => {
* Handle QR scan and process scanning
*/
const toggleActiveState = async () => {
// TODO Avoid double call.
if (barcodes && barcodes.length > 0 && !handleQrLoading) {
Vibration.vibrate()
setScanning(true)
Expand Down

0 comments on commit 236b349

Please sign in to comment.