clean(comments): removed debug comment
This commit is contained in:
parent
9a8dcbccc3
commit
e96cb91304
|
|
@ -60,7 +60,6 @@ export class EmployeesGetService {
|
|||
last_work_day: r.last_work_day ? toStringFromDate(r.last_work_day) : null,
|
||||
preset_id: r.schedule_preset_id ?? undefined,
|
||||
})));
|
||||
console.log('Employee_list', employee_list);
|
||||
return { success: true, data: employee_list };
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user