Remove temp shift sample log

This commit is contained in:
jtricerolph 2026-07-23 10:57:50 +00:00
parent 21391d4122
commit 91936ab131

View file

@ -85,7 +85,6 @@ export async function syncActuals(from, to) {
const shifts = await wfFetchPaged(path)
const deptNameMap = await getDeptNameMap()
if (shifts.length > 0) console.log('SHIFT_SAMPLE', JSON.stringify(shifts[0]))
const byDateDept = {}
for (const s of shifts) {
const deptId = String(s.department_id)