@sumaris-net/ngx-components 0.23.0 → 0.23.1

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.
@@ -16837,8 +16837,6 @@
16837
16837
  if (isEmptyArray(this.data)) {
16838
16838
  return [2 /*return*/, { data: [], total: 0 }];
16839
16839
  }
16840
- // Apply sort
16841
- console.log("TODO: before sort");
16842
16840
  data = this._sortFn(this.data || [], sortBy, sortDirection);
16843
16841
  if (!this._onLoad) return [3 /*break*/, 5];
16844
16842
  promiseOrData = this._onLoad(data);