diff Sources/IncomingHttpRequestFilter.cpp @ 52:13eb87c58b0a

removed bad comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Dec 2020 16:49:37 +0100
parents 70abe3ebbbfc
children 23f3099bed47
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()));