Skip to content

Commit f036151

Browse files
committed
fix: remove console.log
1 parent 9ca5148 commit f036151

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package/src/components/MessageList/MessageList.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,6 @@ const MessageListWithContext = (props: MessageListPropsWithContext) => {
345345
[autoscrollToRecent, minIndexForVisible],
346346
);
347347

348-
useEffect(() => {
349-
console.log('CHANGED: ', maintainVisibleContentPosition);
350-
}, [maintainVisibleContentPosition]);
351-
352348
/**
353349
* We want to call onEndReached and onStartReached only once, per content length.
354350
* We keep track of calls to these functions per content length, with following trackers.

0 commit comments

Comments
 (0)