remove specific code testing esi integration

This commit is contained in:
Manuel Raynaud
2013-11-22 09:43:24 +01:00
parent bdc49ade98
commit a85baf6994
4 changed files with 3 additions and 22 deletions

View File

@@ -142,10 +142,4 @@ class CartController extends BaseFrontController
return $cartAdd;
}
public function renderMiniCart()
{
$response = $this->render('includes/mini-cart');
return $response;
}
}