chore: remove console log.

This commit is contained in:
a.bouhuolia
2021-11-02 21:24:23 +02:00
parent 94e6b64944
commit d94d28f709
2 changed files with 1 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ function MoneyInDialog({
payload = { account_type: null, account_id: null, account_name: '' }, payload = { account_type: null, account_id: null, account_name: '' },
isOpen, isOpen,
}) { }) {
console.log(payload, 'EE');
return ( return (
<Dialog <Dialog
name={dialogName} name={dialogName}

View File

@@ -20,8 +20,6 @@ function UserForm({
// #withDialogActions // #withDialogActions
closeDialog, closeDialog,
}) { }) {
const { const {
dialogName, dialogName,
user, user,
@@ -29,7 +27,7 @@ function UserForm({
isEditMode, isEditMode,
EditUserMutate, EditUserMutate,
} = useUserFormContext(); } = useUserFormContext();
console.log(user, 'EE');
const initialValues = { const initialValues = {
...(isEditMode && ...(isEditMode &&
pick( pick(