changeset 1754:34ab7f643327

removed STONE_TIME_BLOCKING_OPS
author bgo@SHARKNADO.localdomain
date Mon, 26 Apr 2021 12:05:02 +0200
parents f19f69476d9d
children 1a775f4ee672
files OrthancStone/Sources/Toolbox/DicomStructureSet.cpp
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/DicomStructureSet.cpp	Fri Apr 16 17:28:49 2021 +0200
+++ b/OrthancStone/Sources/Toolbox/DicomStructureSet.cpp	Mon Apr 26 12:05:02 2021 +0200
@@ -491,9 +491,6 @@
     }
 
     structures_.resize(count);
-#if STONE_TIME_BLOCKING_OPS
-    LOG(WARNING) << "DicomStructureSet::Setup(...) structures_.size()  = " << structures_.size();
-#endif
     for (size_t i = 0; i < count; i++)
     {
       structures_[i].interpretation_ = reader.GetStringValue
@@ -529,10 +526,6 @@
         countSlices = 0;
       }
 
-#if STONE_TIME_BLOCKING_OPS
-      LOG(WARNING) << "DicomStructureSet::Setup(...) structure # " << i << " : countSlices = " << countSlices;
-#endif
-
       LOG(INFO) << "New RT structure: \"" << structures_[i].name_ 
                 << "\" with interpretation \"" << structures_[i].interpretation_
                 << "\" containing " << countSlices << " slices (color: "