diff --git a/app/models/location.rb b/app/models/location.rb index 6361bcbef..5afb3a700 100644 --- a/app/models/location.rb +++ b/app/models/location.rb @@ -37,7 +37,6 @@ private def validate_postcode unless postcode.match(Validations::PropertyValidations::POSTCODE_REGEXP) - debugger error_message = I18n.t("validations.postcode") errors.add :postcode, error_message end