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:
@@ -95,7 +95,6 @@ function resolveLoginError(error: any): string {
|
||||
async function startWebSocket(): Promise<void> {
|
||||
try {
|
||||
await websocketService.start();
|
||||
console.log('[AuthStore] WebSocket 服务启动成功');
|
||||
} catch (error) {
|
||||
console.error('[AuthStore] 启动 WebSocket 服务失败:', error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user