Skip to content

Commit d96f6f7

Browse files
committed
Remove redundant comment
1 parent bf0e01a commit d96f6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/patient_sessions/vaccinations_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def create
2828
if @vaccinate_form.save(draft_vaccination_record:)
2929
steps = draft_vaccination_record.wizard_steps
3030

31-
steps.delete(:mmr_or_mmrv) # if Flipper.enabled?(:already_vaccinated)
31+
steps.delete(:mmr_or_mmrv)
3232
steps.delete(:dose) # this can only be changed from confirmation page
3333
steps.delete(:identity) # this can only be changed from confirmation page
3434
steps.delete(:notes) # this is on the confirmation page

0 commit comments

Comments
 (0)