필요없는 로그 제거

This commit is contained in:
김민서 2024-04-09 10:05:58 +09:00
parent d2fb9cacd5
commit 855edfbf31
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ namespace Server.Scheduler
public static void addSession(User user)
{
//기존 세션 확인
//TODO 기존 중복세션에 대한 처리도 필요
string loginUUID = Guid.NewGuid().ToString();
Dictionary<string, string> users = Statics.redis.GetAllHash("LoginUsers");