console.log removed
This commit is contained in:
parent
e531580f62
commit
4378946f43
|
|
@ -143,7 +143,6 @@ const CardStage3 = ({ setStage, data, setData }) => {
|
|||
(e) => e === state
|
||||
);
|
||||
} else {
|
||||
console.log(inputLocal.region);
|
||||
index = branch[inputLocal.region].RUS.findIndex(
|
||||
(e) => e === state
|
||||
);
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ const CardStage6 = ({
|
|||
setModalOpen,
|
||||
setProgress,
|
||||
}) => {
|
||||
console.log(data.region, data.branch);
|
||||
const { locale } = useContext(LanguageContext);
|
||||
const token = localStorage.getItem("userToken");
|
||||
const postUrl = destination + "/online_card";
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ const CreditStage6 = ({
|
|||
const postUrl = destination + "/online_credit";
|
||||
const getUrl = destination + "/me";
|
||||
|
||||
console.log(data.type, data.type_localized);
|
||||
return (
|
||||
<section className="card-stage-6">
|
||||
<div className="cd-6-top">
|
||||
|
|
|
|||
Loading…
Reference in New Issue