Skip to content

Commit f93e534

Browse files
committed
refactor(QrcodeDropZone): remove duplicate code
1 parent 51540f7 commit f93e534

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/QrcodeDropZone.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ export default {
4444
return scanResult;
4545
},
4646
47-
async processUrl(url) {
48-
const imageData = await imageDataFromUrl(url);
49-
const scanResult = await scan(imageData);
50-
51-
return scanResult;
52-
},
53-
5447
async processUrl(url) {
5548
const imageData = await imageDataFromUrl(url);
5649
const scanResult = await scan(imageData);

0 commit comments

Comments
 (0)