Remove logger

This commit is contained in:
zandercymatics 2024-01-18 12:30:40 -07:00
parent 353e2d518f
commit ac81ecd11a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -260,7 +260,6 @@ function handleValidationClick(e) {
* Removes form errors surrounding a form input
*/
function removeFormErrors(input){
console.log("in the function...")
// Remove error message
let errorMessage = document.getElementById(`${input.id}__error-message`);
if (errorMessage) {