diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-22 15:39:29 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-22 15:39:29 -0800 |
commit | d016131c2d1fd66bf7a91be78901b17dc7634174 (patch) | |
tree | b8ab1e9dd38ed42fa667da09c4d6c37d58bbb7c1 | |
parent | 5b6e94378dce751da5be2afa5ab6b2847eb43992 (diff) |
fix
-rw-r--r-- | src/screens/profile/EditProfile.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx index c5cf4a59..809312a9 100644 --- a/src/screens/profile/EditProfile.tsx +++ b/src/screens/profile/EditProfile.tsx @@ -264,7 +264,6 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => { const handleClassYearUpdate = (value: string) => { const classYear = Number.parseInt(value); - console.log(classYear); setForm({ ...form, classYear, |