필요없는 로그 제거
This commit is contained in:
parent
d2fb9cacd5
commit
855edfbf31
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue