Mercurial > hg > orthanc-python
changeset 5:5b3dd10cecc3
removed test logs
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 28 Mar 2020 14:16:16 +0100 |
parents | e3128420249d |
children | fb6bbc5737d5 |
files | Sources/RestCallbacks.cpp |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Sources/RestCallbacks.cpp Fri Mar 27 12:22:22 2020 +0100 +++ b/Sources/RestCallbacks.cpp Sat Mar 28 14:16:16 2020 +0100 @@ -139,8 +139,6 @@ { PythonObject get(lock, PyDict_New()); - OrthancPlugins::LogError(boost::lexical_cast<std::string>(request->getCount)); - for (uint32_t i = 0; i < request->getCount; i++) { PyDict_SetItemString(get.GetPyObject(), request->getKeys[i], @@ -153,8 +151,6 @@ { PythonObject headers(lock, PyDict_New()); - OrthancPlugins::LogError(boost::lexical_cast<std::string>(request->headersCount)); - for (uint32_t i = 0; i < request->headersCount; i++) { PyDict_SetItemString(headers.GetPyObject(), request->headersKeys[i],