Remove comment

This commit is contained in:
Marcus Moore 2023-12-04 15:21:04 -08:00
parent 68ef618028
commit a3b0273445
No known key found for this signature in database

View file

@ -982,7 +982,6 @@
$(inputElement).closest('.help-block').remove();
},
onfocusout: function(element) {
// console.log($(element).valid());
return $(element).valid();
},
});