changeset 527:18b241a9f8ac

removed log
author Alain Mazy <am@osimis.io>
date Wed, 29 Jun 2022 12:33:18 +0200
parents 389445feb3a0
children 5620b09635c8
files Plugin/Configuration.cpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/Configuration.cpp	Wed Jun 29 11:26:18 2022 +0200
+++ b/Plugin/Configuration.cpp	Wed Jun 29 12:33:18 2022 +0200
@@ -298,9 +298,6 @@
     void LoadMainDicomTags(const Json::Value& configuration)
     {
       static const char* const EXTRA_MAIN_DICOM_TAGS = "ExtraMainDicomTags";
-      
-
-      LOG(INFO) << "The DICOMweb plugin is loading configuration: " << configuration.toStyledString();
 
       // note: the configuration is assumed to be valid since it has already been parsed by the Orthanc Core
       Json::Value::Members levels(configuration[EXTRA_MAIN_DICOM_TAGS].getMemberNames());