From c195996b764fcbe2ffeeceda62cd41d3119af98f Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 13 Jan 2023 20:00:29 +0000 Subject: [PATCH] remove unwanted log --- packages/app/constants/settings/profile/index.jsx | 2 -- 1 file changed, 2 deletions(-) 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) => {