mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
remove debug logging
This commit is contained in:
@@ -61,7 +61,6 @@ const HyperglassForm = React.forwardRef(
|
||||
if (values.query_vrf === undefined) {
|
||||
values.query_vrf = "default";
|
||||
}
|
||||
console.log(values);
|
||||
setFormData(values);
|
||||
setSubmitting(true);
|
||||
};
|
||||
|
Reference in New Issue
Block a user