ps-toolkit-ui 1.5.68 → 1.5.71

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.
@@ -2413,9 +2413,7 @@
2413
2413
  return l;
2414
2414
  };
2415
2415
  TablePaginationComponent.prototype.changePage = function (btn) {
2416
- console.log(btn.value);
2417
2416
  this.table.page = btn.value;
2418
- console.log(this.table.page);
2419
2417
  this.table.load(btn);
2420
2418
  };
2421
2419
  TablePaginationComponent.prototype.ngOnInit = function () {