console.log removed

This commit is contained in:
VividTruthKeeper 2022-05-06 00:43:07 +05:00
parent e531580f62
commit 4378946f43
3 changed files with 0 additions and 3 deletions

View File

@ -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
);

View File

@ -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";

View File

@ -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">