When a file is selected, either from a mobile camera device or from a file picker, the QrcodeCapture component is logging a promise to the console. If this is needed in production, it would be nice to be able to turn it on and off so that end users won't see this in their console logs if they are looking.
|
console.log(Promise.all(resultPromises)); |