From 1d9674ee49b98eaa3dceeeb2a008fe7f5881634e Mon Sep 17 00:00:00 2001 From: oscric Date: Tue, 11 Aug 2026 10:36:01 +0100 Subject: [PATCH] Remove redundant comment --- app/services/bulk_upload/lettings/year2026/row_parser.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/services/bulk_upload/lettings/year2026/row_parser.rb b/app/services/bulk_upload/lettings/year2026/row_parser.rb index b670aa486..03534d1d8 100644 --- a/app/services/bulk_upload/lettings/year2026/row_parser.rb +++ b/app/services/bulk_upload/lettings/year2026/row_parser.rb @@ -1491,9 +1491,6 @@ private attributes["first_time_property_let_as_social_housing"] = first_time_property_let_as_social_housing - # For a confidential scheme, the address and UPRN fields in the BU are ignored: - # they are left null and the local authority is instead derived from the - # scheme's location in LettingsLog#set_derived_fields!. unless scheme_has_confidential_information? attributes["uprn_known"] = field_18.present? ? 1 : 0 attributes["uprn_confirmed"] = 1 if field_18.present?