# HG changeset patch # User Sebastien Jodogne # Date 1585401376 -3600 # Node ID 5b3dd10cecc3155580c0336d77d257ee437dcab3 # Parent e3128420249d7999ede4f94fe7d694e96886b7d0 removed test logs diff -r e3128420249d -r 5b3dd10cecc3 Sources/RestCallbacks.cpp --- 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(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(request->headersCount)); - for (uint32_t i = 0; i < request->headersCount; i++) { PyDict_SetItemString(headers.GetPyObject(), request->headersKeys[i],