Przeglądaj źródła

写日志前,不创建文件;

scbc.sat2 5 lat temu
rodzic
commit
9d8126e46c
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      LogModule/LogModule/LogModule.cpp

+ 0 - 1
LogModule/LogModule/LogModule.cpp

@@ -91,7 +91,6 @@ void SetCaselogPath(LPCTSTR lpCaselogPath)
 
 	Global::WriteTextLog(_T("ÉèÖÃÈÕ־·¾¶£º%s"), lpCaselogPath);
 	_stprintf_s(Global::g_szLogPath, _T("%s"), lpCaselogPath);
-	Global::WritePythonLog(_T("C++ Operation"));
 }
 
 void SetConfigPath(LPCTSTR lpConfigPath)