diff --git a/src/Spryker/Zed/Customer/Communication/Form/DataProvider/AddressFormDataProvider.php b/src/Spryker/Zed/Customer/Communication/Form/DataProvider/AddressFormDataProvider.php index 28cb1a53..4866fa70 100644 --- a/src/Spryker/Zed/Customer/Communication/Form/DataProvider/AddressFormDataProvider.php +++ b/src/Spryker/Zed/Customer/Communication/Form/DataProvider/AddressFormDataProvider.php @@ -90,7 +90,6 @@ protected function getCountryChoices(): array */ protected function getContries(): array { - /* Required by infrastructure, exists only for BC with DMS OFF mode. */ if ($this->storeFacade->isDynamicStoreEnabled()) { return $this->countryFacade->getAvailableCountries() ->getCountries()