Skip to content

Commit 76143a8

Browse files
committed
remove comment
1 parent 5111092 commit 76143a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/services/implementations/intake_form_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def process_form_submission(self, user_id: str, form_data: Dict[str, Any]) -> Us
8181
owning_user.form_status = FormStatus.INTAKE_SUBMITTED
8282

8383
if "additional_info" in form_data:
84-
# TODO: let me know if you want this in a process function
8584
user_data.additional_info = self._trim_text(form_data.get("additional_info"))
8685

8786
# Commit all changes

0 commit comments

Comments
 (0)