FIX_REMOVED_UNWANTED_LOGGING_SRINIVAS

This commit is contained in:
Srinivas-Saravanan 2025-01-06 12:44:06 +05:30
parent a800dd1577
commit 42d48b7046

View File

@ -111,7 +111,7 @@ class EmployeeController extends AdminController
emp_name : $filterData['emp_name'] ?? null, emp_name : $filterData['emp_name'] ?? null,
status : $filterData['status'] ?? [], status : $filterData['status'] ?? [],
); );
log_message('error',json_encode($data['employees'])); // log_message('error',json_encode($data['employees']));
// Set getData in $data array with the processed $filterData // Set getData in $data array with the processed $filterData
$data['getData'] = $filterData; $data['getData'] = $filterData;
} }