diff --git a/packages/app/constants/settings/profile/index.jsx b/packages/app/constants/settings/profile/index.jsx index 96329ba8..aff942c8 100755 --- a/packages/app/constants/settings/profile/index.jsx +++ b/packages/app/constants/settings/profile/index.jsx @@ -40,8 +40,6 @@ export default { "placeholder": "Enter your name. e.g. John Doe", }, "defaultValue": (ctx) => { - console.log(ctx) - return ctx.userData.fullName }, "onUpdate": async (value) => {