From ab7544373d0107fe9db4eab3e9cc59224f433ec2 Mon Sep 17 00:00:00 2001 From: kittapath <> Date: Tue, 15 Jul 2025 23:36:37 +0700 Subject: [PATCH] delete console --- src/controllers/SalaryPeriodController.ts | 3 --- 1 file changed, 3 deletions(-) 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: {