Skip to content

Commit

Permalink
remove console debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Apr 29, 2024
1 parent 770728b commit 8ecc479
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/js/extending.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,6 @@ $(document).on('change', '#diocesanCalendarDioceseName', ev => {
});

$(document).on('change', '.existingFestivityName', ev => {
console.log( ev.target );
console.log( ev.currentTarget );
console.log( $(ev.currentTarget).closest('.actionPromptModal') );
console.log( $(ev.target).closest('.actionPromptModal') );
const $modal = $(ev.currentTarget).closest('.actionPromptModal');
const $form = $modal.find('form');
$form.each((idx, el) => { $(el).removeClass('was-validated') });
Expand Down

0 comments on commit 8ecc479

Please sign in to comment.