@firestitch/filter 12.9.1 → 12.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5053,7 +5053,6 @@
5053
5053
  * Call change callback and apply new filter values
5054
5054
  */
5055
5055
  FilterComponent.prototype.change = function () {
5056
- debugger;
5057
5056
  var data = this._filterItems.valuesAsQuery();
5058
5057
  var sort = this._filterItems.getSort();
5059
5058
  var sortingChanged = ((!sort || !this._sort) && sort !== this._sort)