forked from mirrors/thatmattlove-hyperglass
remove debug logging
This commit is contained in:
parent
34a272597f
commit
fa1397781d
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ const HyperglassForm = React.forwardRef(
|
|||
if (values.query_vrf === undefined) {
|
||||
values.query_vrf = "default";
|
||||
}
|
||||
console.log(values);
|
||||
setFormData(values);
|
||||
setSubmitting(true);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue