Skip to content

Commit

Permalink
Deploy preview for PR 14 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
felixindynamsoft committed Nov 13, 2024
1 parent 680440b commit 943f354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pr-preview/pr-14/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ takePhotoBtn.addEventListener("click", async (event) => {

// Decode selected image with 'both' template.
const result = await cvRouter.capture(imageCvs, SCAN_TEMPLATES.both);
console.log(result);
handleCapturedResult(result, image);
} catch (ex) {
let errMsg = ex.message || ex;
Expand Down

0 comments on commit 943f354

Please sign in to comment.