Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallaa committed Oct 1, 2024
1 parent c2c55a1 commit c2c2ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavItems/tools/OCR/OCR.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const OCR = () => {
imageFile && imageFile instanceof File
? URL.createObjectURL(imageFile)
: src;
console.log("ocrInput", ocrInput);
// console.log("ocrInput", ocrInput);

dispatch(setOcrInput(ocrInput, selectedScript));
};
Expand Down

0 comments on commit c2c2ef6

Please sign in to comment.