소스 검색

写日志前,不创建文件;

scbc.sat2 5 년 전
부모
커밋
9d8126e46c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)