Web: Client: delete useless

This commit is contained in:
Viktor Fomin 2022-03-09 18:01:27 +03:00
parent 949acc338d
commit d2a1d0b3b8

View File

@ -248,7 +248,6 @@ const Confirm = (props) => {
}, []); }, []);
const onSubmit = () => { const onSubmit = () => {
console.log("onSubmit");
const { defaultPage, linkData, hashSettings } = props; const { defaultPage, linkData, hashSettings } = props;
const isVisitor = parseInt(linkData.emplType) === 2; const isVisitor = parseInt(linkData.emplType) === 2;
@ -492,7 +491,6 @@ const Confirm = (props) => {
}; };
const onGreetingSubmit = () => { const onGreetingSubmit = () => {
console.log("onGreetingSubmit");
setIsGreetingMode(false); setIsGreetingMode(false);
focusInput(); focusInput();
}; };