Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Oct 23, 2024
1 parent b9b927c commit ea9f8a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/fieldWhenClause.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export const fieldWhenClause = (field: Field, parent: IMetadata, allFields?: Fie
return true;
}

// eslint-disable-next-line no-debugger
debugger;

const parentField = allFields?.find((f) => f.name === when.fieldRef);
if (parentField && parentField.when) {
const renderParent = fieldWhenClause(parentField, parent, allFields);
Expand Down

0 comments on commit ea9f8a2

Please sign in to comment.