diff Sphinx/source/plugins/python/received-instance-callback.py @ 816:908ca7847b9d

added incoming-cstore-filter.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Feb 2022 11:08:20 +0100
parents a56c4128c9a2
children a67ceccebf02
line wrap: on
line diff
--- a/Sphinx/source/plugins/python/received-instance-callback.py	Wed Feb 23 09:26:51 2022 +0100
+++ b/Sphinx/source/plugins/python/received-instance-callback.py	Wed Feb 23 11:08:20 2022 +0100
@@ -14,7 +14,6 @@
         return memory_dataset.read()
 
 def ReceivedInstanceCallback(receivedDicom, origin):
-    orthanc.LogWarning('SOURCE: %d' % origin)
     if origin == orthanc.InstanceOrigin.REST_API:
         orthanc.LogWarning('DICOM instance received from the REST API')
     elif origin == orthanc.InstanceOrigin.DICOM_PROTOCOL: