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:
@@ -100,7 +100,6 @@ export function useMessages(conversationId: string | null): UseMessagesReturn {
|
||||
}
|
||||
|
||||
const normalizedConversationId = String(conversationId);
|
||||
console.log('[useMessages][DEBUG] useEffect 开始执行:', { conversationId: normalizedConversationId, timestamp: Date.now() });
|
||||
|
||||
setIsLoading(true);
|
||||
setHasMore(true);
|
||||
|
||||
Reference in New Issue
Block a user