Update src/registrar/assets/js/get-gov.js

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
Rachid Mrad 2024-06-20 17:00:42 -04:00 committed by GitHub
parent 4b1ca63016
commit 8d8e2be959
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1357,7 +1357,6 @@ document.addEventListener('DOMContentLoaded', function() {
// which will cause bad delete requests to be sent.
const preExistingModalPlaceholders = document.querySelectorAll('[data-placeholder-for^="toggle-delete-domain-alert"]');
preExistingModalPlaceholders.forEach(element => {
console.log('found one');
element.remove();
});