@kris701/ez-ui 1.1.11 → 1.1.12

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.
@@ -3770,7 +3770,6 @@ class EzUITableBooleanFilter {
3770
3770
  return;
3771
3771
  }
3772
3772
  const filter = x.filters.find(x => x.column == this.column);
3773
- console.log(filter);
3774
3773
  if (!filter || filter.expression != "bol;true") {
3775
3774
  this.value = false;
3776
3775
  this.filterApplied.set(false);