Skip to content

Commit

Permalink
III-4493 - Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Oct 10, 2023
1 parent 619eb1f commit 6d5c6d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/organizers/create/steps/UrlStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const UrlStep = ({
existingOrganizer &&
parseOfferId(existingOrganizer['@id']) !== query.organizerId
) {
console.log('should set error');
setError('nameAndUrl.url', { type: 'not_unique' });
return;
}
Expand Down

0 comments on commit 6d5c6d2

Please sign in to comment.