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:
@@ -133,7 +133,7 @@ const GroupInfoScreen: React.FC = () => {
|
||||
const announcementsData = await groupService.getAnnouncements(groupId, 1, 10);
|
||||
setAnnouncements(announcementsData.list);
|
||||
} catch (e) {
|
||||
console.log('加载群公告失败:', e);
|
||||
console.error('加载群公告失败:', e);
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('加载群组信息失败:', error);
|
||||
|
||||
Reference in New Issue
Block a user