Reduce noisy runtime logging in frontend flows.
This keeps chat, notification, and post interactions cleaner in production while preserving error-level visibility.
This commit is contained in:
@@ -190,7 +190,6 @@ export const MessageListScreen: React.FC = () => {
|
||||
// 【新架构】页面获得焦点时初始化MessageManager
|
||||
useEffect(() => {
|
||||
if (isFocused) {
|
||||
console.log('[MessageListScreen] 页面获得焦点,初始化MessageManager');
|
||||
messageManager.initialize();
|
||||
}
|
||||
}, [isFocused]);
|
||||
|
||||
Reference in New Issue
Block a user