From 1ce3fbeb62093d3a9f5ad58d323c68bd9d3ff27d Mon Sep 17 00:00:00 2001 From: huangbing Date: Mon, 24 Jul 2023 23:21:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=A0=E9=99=A4=E9=9D=9E=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81=E4=B8=AD=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=89=93=E5=8D=B0=EF=BC=88System.out.println=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abin/mallchat/custom/chat/service/impl/ChatServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/chat/service/impl/ChatServiceImpl.java b/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/chat/service/impl/ChatServiceImpl.java index 03ab62fb..fbd90219 100644 --- a/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/chat/service/impl/ChatServiceImpl.java +++ b/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/chat/service/impl/ChatServiceImpl.java @@ -157,7 +157,6 @@ public CursorPageBaseResp getRoomPage(CursorPageBaseReq request, L @Override public ChatMemberStatisticResp getMemberStatistic() { - System.out.println(Thread.currentThread().getName()); Long onlineNum = userCache.getOnlineNum(); // Long offlineNum = userCache.getOfflineNum();不展示总人数 ChatMemberStatisticResp resp = new ChatMemberStatisticResp();