Skip to content

Commit

Permalink
refactor: remove missed warning log from update_survey_form
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 22, 2024
1 parent 85c62c4 commit 5266231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/app/central/central_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ async def update_survey_xform(
form_category_update = root.find(
".//xforms:bind[@nodeset='/data/all/form_category']", namespaces
)
log.warning(form_category_update)
if form_category_update is not None:
form_category_update.set("calculate", f"once('{category}')")

Expand Down

0 comments on commit 5266231

Please sign in to comment.