소스 검색

删除无用代码;

scbc.sat2 5 년 전
부모
커밋
ab4d02d63b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      RunPython/RunPython/ScriptExecutor.cpp

+ 0 - 1
RunPython/RunPython/ScriptExecutor.cpp

@@ -193,7 +193,6 @@ int CScriptExecutor::RedirectStdout(LPSTARTUPINFO si /*=NULL*/)
 
 void CScriptExecutor::CatchPythonException()
 {
-	//std::cout << "fdfdfd" << endl;
 	if (!Py_IsInitialized())
 	{
 		printf("Error:δ³õʼ»¯Python»·¾³\n");