File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
library/src/components/timetable Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments