aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/profile/EditProfile.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx
index 809312a9..36de2bfa 100644
--- a/src/screens/profile/EditProfile.tsx
+++ b/src/screens/profile/EditProfile.tsx
@@ -352,7 +352,6 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => {
}
if (form.classYear !== university_class) {
- console.log(form.classYear);
if (!form.classYear) {
invalidFields = true;
Alert.alert('Please select a valid class year');