We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1629cf1 commit 18f7729Copy full SHA for 18f7729
src/components/QrcodeCapture.vue
@@ -25,8 +25,6 @@ export default {
25
const resultPromises = files.map(this.processFile);
26
27
resultPromises.forEach(this.onDetect);
28
-
29
- console.log(Promise.all(resultPromises));
30
},
31
32
async processFile(file) {
0 commit comments