Skip to content

Commit 1041301

Browse files
committed
fix: remove console.log
1 parent cb8f470 commit 1041301

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ let init = (async () => {
104104
})();
105105

106106
export const handleCapturedResult = (result, uploadedImage = null) => {
107-
console.log(result);
108107
const recognizedResults = result.textLineResultItems;
109108
const parsedResults = result.parsedResultItems;
110109
const originalImage = result.items?.[0]?.imageData;

0 commit comments

Comments
 (0)