Skip to content

Commit b897d05

Browse files
committed
refactor: remove debug message
Close #57
1 parent 8aa5eab commit b897d05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/QrcodeReader.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ export default {
349349
const cameraInstance = this.cameraInstance
350350
351351
if (cameraInstance !== null) {
352-
console.log('TEST')
353-
354352
const displayWidth = cameraInstance.displayWidth
355353
const displayHeight = cameraInstance.displayHeight
356354

0 commit comments

Comments
 (0)