mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Remove logger
This commit is contained in:
parent
353e2d518f
commit
ac81ecd11a
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue