From 07862f71eb0e46d06041c08debb6967f3a2ca1a8 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Tue, 7 Feb 2023 17:50:07 +0800 Subject: [PATCH] 1 --- PJZS/MainWindow.xaml.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PJZS/MainWindow.xaml.cs b/PJZS/MainWindow.xaml.cs index edc8c189..658b012b 100644 --- a/PJZS/MainWindow.xaml.cs +++ b/PJZS/MainWindow.xaml.cs @@ -204,11 +204,6 @@ namespace PJZS } globalContext.User.DepartmentList = departmentList; - - - - var s1 = globalContext.GetUserString(); - Console.WriteLine(s1); } catch (Exception ex) {