diff --git a/core/lib/Thelia/Model/Customer.php b/core/lib/Thelia/Model/Customer.php index 94159d2fb..c417c4a0f 100755 --- a/core/lib/Thelia/Model/Customer.php +++ b/core/lib/Thelia/Model/Customer.php @@ -97,21 +97,6 @@ class Customer extends BaseCustomer implements UserInterface $con->rollback(); throw $e; } - - - /** - * ->setCustomerTitleId($titleId) - ->setFirstname($firstname) - ->setLastname($lastname) - ->setAddress1($address1) - ->setAddress2($address2) - ->setAddress3($address3) - ->setPhone($phone) - ->setCellphone($cellphone) - ->setZipcode($zipcode) - ->setCountryId($countryId) - */ - } public function preInsert(ConnectionInterface $con = null)