|
@@ -96,7 +96,6 @@ public class SoundCheckHandler implements WebSocketEventHandler {
|
|
|
}
|
|
|
}));
|
|
|
dispatcher.run();
|
|
|
- LOGGER.info(JSONObject.toJSONString(userSoundCheckInfo.get(phone)));
|
|
|
if(userSoundCheckInfo.get(phone).getRightSize()>SIZE){
|
|
|
WebSocketHandler.sendTextMessage(phone, WebSocketInfo.success("checkDone"));
|
|
|
userSoundCheckInfo.remove(phone);
|