# HG changeset patch # User bgo@SHARKNADO.localdomain # Date 1619431502 -7200 # Node ID 34ab7f643327163e14fefcb3df1f3b1017cfbf34 # Parent f19f69476d9d43f0542e5f1ca441e340025ad440 removed STONE_TIME_BLOCKING_OPS diff -r f19f69476d9d -r 34ab7f643327 OrthancStone/Sources/Toolbox/DicomStructureSet.cpp --- 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: "