Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Sep 18, 2023
1 parent 22798b3 commit 91652d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/concept-registration-page/form-concept/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ export const FormConceptPure: FC<Props> = ({
history.push(`/${catalogId}/${resourceId}`);
});

console.log('errors', errors);

useEffect(() => {
const handler = event => {
event.preventDefault();
Expand Down

0 comments on commit 91652d7

Please sign in to comment.