Removed a whole bunch of old logging

This commit is contained in:
2025-12-17 09:40:11 -05:00
parent 637968552d
commit a7c2ed7dff
13 changed files with 1 additions and 26 deletions

View File

@@ -74,7 +74,6 @@ const { handleSubmit, values, resetForm } = useForm({
const formSubmitted = ref(false);
const onSubmit = handleSubmit(async (values) => {
console.log(values);
const out: LOARequest = {
member_id: values.member_id,
start_date: values.start_date,