From c6918cca46225e27e39def4ae4d3724210f54c86 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 20 Aug 2024 10:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Management/UserService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Management/UserService.cs b/IRaCIS.Core.Application/Service/Management/UserService.cs index f10149ce6..3fe37375c 100644 --- a/IRaCIS.Core.Application/Service/Management/UserService.cs +++ b/IRaCIS.Core.Application/Service/Management/UserService.cs @@ -816,8 +816,6 @@ namespace IRaCIS.Application.Services if (loginUser.LastLoginIP != iPRegion) { loginUser.LoginState = 2; - Console.WriteLine("loginUser.LastLoginIP:" + loginUser.LastLoginIP); - Console.WriteLine("iPRegion:" + iPRegion); }