diff --git a/src/controllers/SalaryPeriodController.ts b/src/controllers/SalaryPeriodController.ts index 172c0b2..6c2f410 100644 --- a/src/controllers/SalaryPeriodController.ts +++ b/src/controllers/SalaryPeriodController.ts @@ -2898,17 +2898,14 @@ export class SalaryPeriodController extends Controller { console.timeEnd("⏱ SalaryProfileEmployee - Total Time"); } - console.timeEnd("T1"); const salaryOrgNew = await this.salaryOrgRepository.find({ where: { salaryPeriodId: salaryPeriod.id, snapshot: snapshot }, relations: ["salaryProfiles"], }); - console.timeEnd("T2"); const salaryOrgEmployeeNew = await this.salaryOrgEmployeeRepository.find({ where: { salaryPeriodId: salaryPeriod.id, snapshot: snapshot }, relations: ["salaryProfiles"], }); - console.timeEnd("T3"); if (salaryPeriod.period == "OCT") { const salaryPeriodAPROld = await this.salaryPeriodRepository.findOne({ where: {