Skip to content

Commit

Permalink
rid debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jona42-ui committed Aug 17, 2023
1 parent 3890d6c commit 34f790a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/inputs/annotate/ohri-annotate.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 34f790a

Please sign in to comment.