Skip to content

Commit

Permalink
[refactor]:Socket #127 불필요한 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKwanKon committed Nov 18, 2023
1 parent 82226a1 commit 81a0766
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class ChatUser {
private UserType type;

public static ChatUser createChatUser(User user){
System.out.println(user.getUserType());
return ChatUser.builder()
.sessionId(user.getId())
.name(user.getName())
Expand Down

0 comments on commit 81a0766

Please sign in to comment.