diff --git a/src/components/inputs/annotate/ohri-annotate.component.tsx b/src/components/inputs/annotate/ohri-annotate.component.tsx index 01a9e81a..3b026c11 100644 --- a/src/components/inputs/annotate/ohri-annotate.component.tsx +++ b/src/components/inputs/annotate/ohri-annotate.component.tsx @@ -21,9 +21,6 @@ const OHRIAnnotate = ({ imageUrl }) => { setAnnotatedImageUrl(url); }; - // eslint-disable-next-line no-console - console.log('imageUrl:', imageUrl); - // Handle the annotation click event const handleAnnotateClick = () => { //set the flag to false before opening the annotation tool.