Problem
Debug console.log calls left in schedule-building/filtering logic that runs on every render/filter change:
src/pages/EditionView/tabs/ScheduleTab/list/ListSchedule.tsx:92 ("Skipping stage:")
src/hooks/useScheduleData.ts:121 ("no stageId")
Fix
Remove both log statements.
Problem
Debug
console.logcalls left in schedule-building/filtering logic that runs on every render/filter change:src/pages/EditionView/tabs/ScheduleTab/list/ListSchedule.tsx:92("Skipping stage:")src/hooks/useScheduleData.ts:121("no stageId")Fix
Remove both log statements.