@senior-gestao-pessoas/payroll-core 9.3.0-a077689b-20b5-4a6b-9e4f-5cf29bb85406 → 9.3.0-b2587f77-b947-40a7-9008-40b2e83f2be9

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.
@@ -9328,7 +9328,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9328
9328
  else {
9329
9329
  _this.isOnlyEdit.emit(true);
9330
9330
  if (!_this.listFromApp) {
9331
- console.log('ENTER IN EDIT');
9332
9331
  rowData["index"] = key;
9333
9332
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
9334
9333
  _this.visible = true;
@@ -9362,9 +9361,7 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9362
9361
  };
9363
9362
  HistoricalPixAccountComponent.prototype.ngOnChanges = function (changes) {
9364
9363
  if (changes['listDataReciever'] && changes['listDataReciever'].currentValue) {
9365
- console.log('changes', changes['listDataReciever'].currentValue);
9366
9364
  this.listFromApp = changes['listDataReciever'].currentValue;
9367
- console.log('listFromApp', this.listFromApp);
9368
9365
  }
9369
9366
  };
9370
9367
  HistoricalPixAccountComponent.prototype.createFormGroup = function () {