Skip to content

Commit

Permalink
Remove buffer size console log (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored May 23, 2024
1 parent 1cd45d7 commit c90240b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/selectors/roughHeights.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ function getScrollStateX(columnElements, scrollFlags, width, scrollbarYWidth) {
function getBufferRowCount(maxAvailableHeight, rowSettings) {
const { bufferRowCount, rowHeight, subRowHeight } = rowSettings;
if (bufferRowCount !== undefined) {
console.log('buffer set: ' + bufferRowCount);
return bufferRowCount;
}

Expand Down

0 comments on commit c90240b

Please sign in to comment.