Skip to content

Commit

Permalink
Removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
grafitto committed Jun 10, 2022
1 parent 5dc1f55 commit 6bb464f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/react/MetadataExtraction/EntitySuggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export const EntitySuggestions = ({
const actionsCell = ({ row }: { row: Row<EntitySuggestionType> }) => {
const suggestion = row.values;
const { state } = suggestion;
console.log('Reviewed property: ', reviewedProperty);
return (
<div>
<button
Expand Down

0 comments on commit 6bb464f

Please sign in to comment.