Skip to content

Commit c210589

Browse files
authored
Update member.py
1 parent d06c6e7 commit c210589

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conditional/util/member.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def get_freshman_data(user_name):
104104
freshman['hm_missed'] = len([h for h in h_meetings if h[1] == "Absent"])
105105
freshman['social_events'] = freshman_data.social_events
106106
freshman['general_comments'] = freshman_data.other_notes
107-
freshman['fresh_proj'] = freshman_data.freshman_project
108107
freshman['sig_missed'] = freshman_data.signatures_missed
109108
freshman['eval_date'] = freshman_data.eval_date
110109
return freshman

0 commit comments

Comments
 (0)