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: '' },
isOpen,
}) {
console.log(payload, 'EE');
return (
<Dialog
name={dialogName}

View File

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