Skip to content

Commit

Permalink
🚨 Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Oct 19, 2023
1 parent 1dcd99e commit 1ec8a20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ function reducer(draft, action) {
...draft.formDefinitions,
...reusableFormDefinitions.filter(fd => !formDefinitionsIds.includes(fd.uuid)),
];
console.log(draft.formDefinitions);
break;
}
case 'ADD_REGISTRATION': {
Expand Down

0 comments on commit 1ec8a20

Please sign in to comment.