From 05edd8da6ecc6be58222a5e00917b22008ccdcc6 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 6 Oct 2022 10:46:59 +0100 Subject: [PATCH] merge: remove changed line --- app/models/form/sales/subsections/property_information.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/form/sales/subsections/property_information.rb b/app/models/form/sales/subsections/property_information.rb index 3f09e03aa..61791cb79 100644 --- a/app/models/form/sales/subsections/property_information.rb +++ b/app/models/form/sales/subsections/property_information.rb @@ -12,7 +12,6 @@ class Form::Sales::Subsections::PropertyInformation < ::Form::Subsection Form::Sales::Pages::PropertyNumberOfBedrooms.new(nil, nil, self), Form::Sales::Pages::PropertyBuildingType.new(nil, nil, self), Form::Sales::Pages::PropertyUnitType.new(nil, nil, self), - Form::Sales::Pages::BuildingType.new(nil, nil, self), ] end end