@senior-gestao-pessoas/payroll-core 9.3.0-99a8011c-ce6f-42d8-bae5-a9d40dcf3e7b → 9.3.0-be196b4c-4396-43c2-87cb-9cd868bf0100

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.
@@ -10370,11 +10370,8 @@ var HistoricalPixAccountListComponent = /** @class */ (function () {
10370
10370
  {
10371
10371
  label: this.translateService.instant("hcm.payroll.employees_image_cropper_view"),
10372
10372
  command: function () {
10373
- console.log('COMMAND CALLED');
10374
- console.log('this.isAllowToViewHistorical', _this.isAllowToViewHistorical);
10375
10373
  if (_this.isAllowToViewHistorical) {
10376
10374
  var dateChange = rowData && rowData.dateChange && moment$e(rowData.dateChange, _this.dateFormat).format("YYYY-MM-DD");
10377
- console.log('withSidebar', _this.withSidebar);
10378
10375
  if (_this.withSidebar) {
10379
10376
  _this.isOnlyView.emit(true);
10380
10377
  _this.router.navigate(["historical-pix-account/" + dateChange], {