Browse Source

mxg:删除log.txt

mengxiangge 6 năm trước cách đây
mục cha
commit
871971a1c9

+ 0 - 1
Executer/MBIRevitBase/Config/ApiConfig.cs

@@ -30,7 +30,6 @@ namespace MBIRevitBase.Config
                 //string port = "8082";
                 //string port = "8082";
                 string path = ApiConfig.GetAppSettingsConfig("Path");
                 string path = ApiConfig.GetAppSettingsConfig("Path");
                 m_AlgorithmUrl = $"{ip}:{port}{path}";
                 m_AlgorithmUrl = $"{ip}:{port}{path}";
-                File.AppendAllText("D:\\log.txt",m_AlgorithmUrl);
             }
             }
 
 
             return m_AlgorithmUrl;
             return m_AlgorithmUrl;