diff --git a/src/app/services/chat/room.service.ts b/src/app/services/chat/room.service.ts index 1b1b2bccd..6d50b2854 100644 --- a/src/app/services/chat/room.service.ts +++ b/src/app/services/chat/room.service.ts @@ -72,7 +72,6 @@ export class RoomService { this.WsChatService.registerCallback({ type: 'reConnect', funx: ()=>{ - alert("reConnect") this.hasLoadHistory = false } })