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