From e96f0c3fb434f7ab4164e4829ad4784ce42bc001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E8=8D=A3=E5=9B=BDHome?= Date: Sun, 6 Mar 2022 16:40:58 +0800 Subject: [PATCH] 2 --- .../WebApiHttpApiHostModule.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/WebApiService/src/Win_in.Sfs.Scp.WebApi.HttpApi.Host/WebApiHttpApiHostModule.cs b/WebApiService/src/Win_in.Sfs.Scp.WebApi.HttpApi.Host/WebApiHttpApiHostModule.cs index 7f9e097..cc24f33 100644 --- a/WebApiService/src/Win_in.Sfs.Scp.WebApi.HttpApi.Host/WebApiHttpApiHostModule.cs +++ b/WebApiService/src/Win_in.Sfs.Scp.WebApi.HttpApi.Host/WebApiHttpApiHostModule.cs @@ -192,7 +192,6 @@ namespace Win_in.Sfs.Scp.WebApi GetXmlFiles().ForEach(file => { options.IncludeXmlComments(file); - Log.Information(" TEST-SWAGGER PATH ==> " + file); }); options.DocumentFilter(); @@ -238,8 +237,6 @@ namespace Win_in.Sfs.Scp.WebApi private List GetXmlFiles() { var basePath = Path.GetDirectoryName(typeof(Program).Assembly.Location); - Log.Information(" TEST- base Path PATH ==> " + basePath); - //Console.WriteLine(" TEST- base Path PATH ==> " + basePath); var files1 = Directory.GetFiles(basePath, "*.Application*.xml"); return files1.ToList(); }