From 38355a6401bf016b891d011757998c43e34fe4a9 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 12 Jul 2013 16:45:29 +0200 Subject: [PATCH] remove some comment --- core/lib/Thelia/Model/Customer.php | 15 --------------- 1 file changed, 15 deletions(-) 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)