@the-liberators/ngx-scrumteamsurvey-tools 2.3.79 → 2.3.80

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.
@@ -6209,7 +6209,6 @@ class ModelFactorBreakdownComponent {
6209
6209
  updatePaging() {
6210
6210
  const totalPoints = this.factor?.points?.length || 0;
6211
6211
  this.pageCount = totalPoints > this.pageSize ? Math.ceil(totalPoints / this.pageSize) : 1;
6212
- console.log(this.factor.name, totalPoints, this.pageCount);
6213
6212
  this.showPage(this.currentPage);
6214
6213
  }
6215
6214
  showPage(page) {