diff --git a/src/selectors/roughHeights.js b/src/selectors/roughHeights.js index 8f78cc01..04c20ec2 100644 --- a/src/selectors/roughHeights.js +++ b/src/selectors/roughHeights.js @@ -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; }