Skip to content

Commit

Permalink
remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Sep 21, 2023
1 parent 9095de4 commit db0c9a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/django-formset/IncompleteSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export abstract class IncompleteSelect extends Widget {
const changedElement = event.currentTarget;
if (changedElement instanceof HTMLSelectElement) {
this.filterByValues.set(filterBy, Array.from(observedElement.selectedOptions).map(o => o.value));
console.log(this.filterByValues);
await this.reloadOptions(true);
}
});
Expand Down

0 comments on commit db0c9a2

Please sign in to comment.