Removed debug logs

This commit is contained in:
pepper 2021-01-27 20:06:54 -05:00
parent 646e3cc9d8
commit 99abdc0a6f

View File

@ -14,11 +14,7 @@ export const GenericForm = (props) => {
const [set, setSet] = useState(false);
useEffect(() => {
// console.log(initial);
// console.log(initial.domain);
if (!set) {
console.log(typeof initial.domain);
if (props.data) {
setInitial(props.data);
setSet(true);
@ -46,11 +42,6 @@ export const GenericForm = (props) => {
}
});
const getInitial = () => {
// return initial;
};
console.log(initial);
if (set) {
return (
<Formik