Skip to content

Commit

Permalink
// Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Mar 3, 2016
1 parent ca09bde commit e3541a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Core/Product/ProductPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ProductPresenter
private $imageRetriever;
private $link;
private $pricePresenter;
private $productPriceCalculator;
private $productColorsRetriever;
private $translator;

Expand All @@ -30,7 +29,6 @@ public function __construct(
$this->imageRetriever = $imageRetriever;
$this->link = $link;
$this->pricePresenter = $pricePresenter;
$this->productPriceCalculator = new PriceCalculator();
$this->productColorsRetriever = $productColorsRetriever;
$this->translator = $translator;
}
Expand Down

0 comments on commit e3541a1

Please sign in to comment.