Commit 22b4a03d authored by duanruiming's avatar duanruiming

[update] 删除无用日志

parent e9cd91f0
......@@ -177,7 +177,6 @@ public class WebSocketServer {
Set<WebSocketServer> socketSets = webSocketMap.get(topic);
for (WebSocketServer socketSet : socketSets) {
socketSet.sendMessage(message);
log.error("测试日志,主题:{}, 发送消息异常, 异常信息:{}", topic, message);
}
} catch (Exception e) {
log.error("主题:{}, 发送消息异常, 异常信息:{}", topic, e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment