From 3be82d5184a6bdae22879c1df7011aab428730d0 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Tue, 12 Nov 2024 12:30:00 +0800 Subject: [PATCH] remove log --- src/components/FlatList/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/FlatList/index.tsx b/src/components/FlatList/index.tsx index fb5abd254d77..52ccf50cd722 100644 --- a/src/components/FlatList/index.tsx +++ b/src/components/FlatList/index.tsx @@ -154,7 +154,6 @@ function MVCPFlatList({maintainVisibleContentPosition, horizontal = false } firstVisibleViewRef.current = null; }); - console.log('mutation added', mutation.addedNodes) mutation.addedNodes.forEach((node) => { if (node.nodeType !== Node.ELEMENT_NODE || !(node as HTMLElement).querySelector('#composer')) { return;