Skip to content

Commit 05fb3d6

Browse files
committed
time table - removed debug logs
1 parent defaf44 commit 05fb3d6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

library/src/components/timetable/TimeTableRows.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,14 @@ export default function TimeTableRows<
327327
}
328328
}
329329
}
330-
console.log(
330+
/*console.log(
331331
"TimeTable - updated intersected group rows from",
332332
prev,
333333
"to",
334334
newRenderCells,
335335
changedGroupRows.current,
336336
currentGroupRowsRef.current,
337-
)
337+
)*/
338338
renderGroupRangeRef.current = newRenderCells
339339
return newRenderCells
340340
}
@@ -412,7 +412,6 @@ export default function TimeTableRows<
412412
`TimeTable - group rows require updated rendering ${updateCounter}, with first ${changedFound}`,
413413
)
414414
}
415-
console.log("SET CURRENT GROUP ROWS", groupRows)
416415
currentGroupRowsRef.current = groupRows
417416
return groupRows
418417
})
@@ -457,7 +456,6 @@ export default function TimeTableRows<
457456
const renderBatch = useCallback(() => {
458457
setGroupRowsRenderedIdx((groupRowsRenderedIdx) => {
459458
if (changedGroupRows.current.size) {
460-
console.log("RENDERING", changedGroupRows.current)
461459
let counter = 0
462460
if (renderGroupRangeRef.current[0] > -1) {
463461
for (

0 commit comments

Comments
 (0)