1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00

remove debug logging

This commit is contained in:
checktheroads 2020-03-22 17:52:26 -07:00
parent 34a272597f
commit fa1397781d

View file

@ -61,7 +61,6 @@ const HyperglassForm = React.forwardRef(
if (values.query_vrf === undefined) {
values.query_vrf = "default";
}
console.log(values);
setFormData(values);
setSubmitting(true);
};