@@ -54,15 +54,6 @@ class ConfigurableOptions extends BoxSectionExtended implements AdminArea
$productManager
->loadById($productId);
- /**
- * config options strategy
- */
- $options = new ConfigOptionsType();
- $options->setType($productManager->get(ProductParams::CLASS_OF_SERVICE_NAME));
- $options->setProductId($productId);
- $options->load();
- ;
-
/**
* config option model
*/