Compare commits

..

No commits in common. "1f9eb9e36bf3a1ae6a2b874da2e15128fca5ec65" and "d1e54629e74813366e01af91229b7b399e651acb" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -816,8 +816,6 @@ namespace IRaCIS.Application.Services
if (loginUser.LastLoginIP != iPRegion) if (loginUser.LastLoginIP != iPRegion)
{ {
loginUser.LoginState = 2; loginUser.LoginState = 2;
Console.WriteLine("loginUser.LastLoginIP:" + loginUser.LastLoginIP);
Console.WriteLine("iPRegion:" + iPRegion);
} }