Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
Co-authored-by: liam <[email protected]>
  • Loading branch information
39bytes and terror authored Jul 4, 2023
1 parent 77240d5 commit 3eb4377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/EditReviewForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const EditReviewForm = ({
difficulty: review.difficulty,
};

console.log('rendering 1');

return (
<Transition appear show={open} as={Fragment}>
Expand Down

0 comments on commit 3eb4377

Please sign in to comment.