Remove break point

This commit is contained in:
Michael RICOIS 2018-03-14 11:17:26 +01:00
parent 1920a84634
commit eea2e769d1

View File

@ -222,7 +222,7 @@ class AuthController extends AuthControllerCore
}
}
}
echo $email; exit;
/* Preparing customer */
$customer = new Customer();
$lastnameAddress = $_POST['lastname'];