clean up debug console.log calls

This commit is contained in:
Elijah Duffy
2025-07-16 17:47:34 -07:00
parent 03ca2dd5af
commit c45224aff8
6 changed files with 0 additions and 13 deletions

View File

@@ -130,7 +130,6 @@
// validate the form
const result = await validateForm(formElement);
console.log('validated form', result);
if (!result) {
buttonComponent.animateBounce();
setTimeout(() => focusFirstInput(true), 50);
@@ -236,7 +235,6 @@
index = pages.length - 2;
} else {
index = pages.length - 1;
console.log(json);
}
};