Skip to content

Commit eba6389

Browse files
committed
fix: remove console.log
1 parent 57e71b5 commit eba6389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ takePhotoBtn.addEventListener("click", async (event) => {
174174

175175
// Decode selected image with 'both' template.
176176
const result = await cvRouter.capture(imageCvs, SCAN_TEMPLATES.both);
177-
console.log(result);
178177
handleCapturedResult(result, image);
179178
} catch (ex) {
180179
let errMsg = ex.message || ex;

0 commit comments

Comments
 (0)