Skip to content

Commit

Permalink
removes console log
Browse files Browse the repository at this point in the history
  • Loading branch information
dplumlee committed Feb 22, 2023
1 parent 5863b4c commit 71f2f78
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const useCreateOrUpdateException = (): ReturnUseCreateOrUpdateException =
items.map((item: ExceptionListItemSchema | CreateExceptionListItemSchema) => {
if ('id' in item && item.id != null) {
const formattedExceptionItem = formatExceptionItemForUpdate(item);
console.log(formattedExceptionItem);
return updateExceptionListItem({
listItem: formattedExceptionItem,
});
Expand Down

0 comments on commit 71f2f78

Please sign in to comment.