Remove unused debounce

This commit is contained in:
Rebecca Hsieh 2024-01-25 09:40:14 -08:00
parent f82ce53345
commit 974c5f5a9e
No known key found for this signature in database

View file

@ -154,9 +154,6 @@ function checkDomainAvailability(el) {
fetchJSON(`available/?domain=${el.value}`, callback);
}
/** Call the API to see if the domain is good. */
// const checkDomainAvailability = debounce(_checkDomainAvailability);
/** Hides the toast message and clears the aira live region. */
function clearDomainAvailability(el) {
el.classList.remove('usa-input--success');