Mercurial > hg > orthanc-python
diff Sources/PythonLock.cpp @ 12:0b8239ce1bec
removed debug logs
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 31 Mar 2020 18:18:58 +0200 |
parents | 7ed502b17b8f |
children | 952e969a2240 |
line wrap: on
line diff
--- a/Sources/PythonLock.cpp Tue Mar 31 17:04:15 2020 +0200 +++ b/Sources/PythonLock.cpp Tue Mar 31 18:18:58 2020 +0200 @@ -367,6 +367,7 @@ Py_InitializeEx(0 /* Python is embedded, skip signal handlers */); +#if 0 #if PY_MAJOR_VERSION == 2 std::cout << Py_GetPath() << std::endl; std::cout << Py_GetProgramName() << std::endl; @@ -376,7 +377,7 @@ std::wcout << Py_GetProgramName() << std::endl; std::wcout << Py_GetProgramFullPath() << std::endl; #endif - +#endif #if (PY_VERSION_HEX >= 0x03020000 /* 3.2.0 */ && \ PY_VERSION_HEX < 0x03070000 /* 3.7.0 */)