瀏覽代碼

mxg:删除log.txt

mengxiangge 5 年之前
父節點
當前提交
871971a1c9
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Executer/MBIRevitBase/Config/ApiConfig.cs

+ 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;