Skip to content

Commit

Permalink
remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Nov 14, 2023
1 parent 4200819 commit 25ea6ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const defaultFields = (emsId, parentOptions) => ([
]);

function createSchema(emsId, parentOptions, editDescription) {
console.log(editDescription);
if (editDescription) {
return { fields: descriptionField(emsId, parentOptions) };
}
Expand Down

0 comments on commit 25ea6ef

Please sign in to comment.