Skip to content

Commit

Permalink
fix: removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Jun 14, 2024
1 parent 5b48b52 commit 73a5c7d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ const AnnotationsHotTable: React.FC<{ annotationId?: string }> = React.memo((pro
});
};

console.log({ hotData });

return (
<Box>
{theUserOwnsThisAnnotation && !canEdit && (
Expand Down

0 comments on commit 73a5c7d

Please sign in to comment.