Remove usage of the in_person_public_address_search_enabled variable in the code base. This variable was a flag for testing but now that it is an always on feature, we can clean up the code base and remove the flag.
📜 Testing Plan
Provide a checklist of steps to confirm the changes.
[x] Step 1: Login through the Sinatra App
[x] Step 2: Navigate through IPP flow until you reach PO address search screen
[ ] Step 3: Verify no errors with PO address search
🎫 Ticket
Link to the relevant ticket: LG-14363
🛠Summary of changes
Remove usage of the
in_person_public_address_search_enabled
variable in the code base. This variable was a flag for testing but now that it is an always on feature, we can clean up the code base and remove the flag.📜 Testing Plan
Provide a checklist of steps to confirm the changes.