comparison Framework/Volumes/DicomVolumeImageMPRSlicer.cpp @ 1292:f037422f3a66 bugs/2020-02-invisible-slice

Removed debug logs
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 21 Feb 2020 15:25:34 +0100
parents ea6c2254536d
children 6ab03e429f06 8a0a62189f46
comparison
equal deleted inserted replaced
1291:ea6c2254536d 1292:f037422f3a66
74 if (configurator == NULL) 74 if (configurator == NULL)
75 { 75 {
76 throw Orthanc::OrthancException(Orthanc::ErrorCode_NullPointer, 76 throw Orthanc::OrthancException(Orthanc::ErrorCode_NullPointer,
77 "A style configurator is mandatory for textures"); 77 "A style configurator is mandatory for textures");
78 } 78 }
79
80 LOG(INFO) << "DicomVolumeImageMPRSlicer::Slice::CreateSceneLayer(). volume_ address is " << (void*)(&volume_) << " and its SOPInstanceUID is " << volume_.GetDicomParameters().GetSopInstanceUid();
81 79
82 std::auto_ptr<TextureBaseSceneLayer> texture; 80 std::auto_ptr<TextureBaseSceneLayer> texture;
83 81
84 { 82 {
85 const DicomInstanceParameters& parameters = volume_.GetDicomParameters(); 83 const DicomInstanceParameters& parameters = volume_.GetDicomParameters();