Explorar el Código

mxg:删除log.txt

mengxiangge hace 5 años
padre
commit
871971a1c9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 path = ApiConfig.GetAppSettingsConfig("Path");
                 m_AlgorithmUrl = $"{ip}:{port}{path}";
-                File.AppendAllText("D:\\log.txt",m_AlgorithmUrl);
             }
 
             return m_AlgorithmUrl;