diff --git a/src/app/services/chat/ws-chat.service.ts b/src/app/services/chat/ws-chat.service.ts index 8c47f8827..444582c57 100644 --- a/src/app/services/chat/ws-chat.service.ts +++ b/src/app/services/chat/ws-chat.service.ts @@ -631,7 +631,6 @@ updateRoomEventss(roomId, collection:string, funx: Function, ) { console.log('================== welcome to socket server =====================') this.ws.wsMsgQueue() - alert('run recoonecte ') if(this.wsReconnect >= 1) { for (const [key, value] of Object.entries(this.wsCallbacks)) { if(value.type== 'reConnect') {