Mercurial > hg > orthanc-python
changeset 52:13eb87c58b0a
removed bad comment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Dec 2020 16:49:37 +0100 |
parents | 3dc37a5af1b1 |
children | 664a12539073 |
files | Sources/IncomingHttpRequestFilter.cpp |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Sources/IncomingHttpRequestFilter.cpp Wed Dec 09 16:34:03 2020 +0100 +++ b/Sources/IncomingHttpRequestFilter.cpp Wed Dec 09 16:49:37 2020 +0100 @@ -41,11 +41,7 @@ try { PythonLock lock; - /** - * Construct an instance object of the "orthanc.RestOutput" - * class. This is done by calling the constructor function - * "sdk_OrthancPluginRestOutput_Type". - **/ + PythonObject args(lock, PyTuple_New(1)); { @@ -85,7 +81,6 @@ PyDict_SetItemString(kw.GetPyObject(), "get", getArguments.Release()); } - PythonObject result(lock, PyObject_Call(incomingHttpRequestFilter_, args.GetPyObject(), kw.GetPyObject()));