Mercurial > hg > orthanc-stone
diff Framework/Radiography/RadiographyScene.cpp @ 1112:d33ae2b0db9d
less logs + allow changing the size of the RadiographyLayer (to replace a low res image by a high res image)
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Mon, 04 Nov 2019 12:46:53 +0100 |
parents | 1b49e78d91d0 |
children | 383aa2a7d426 4663f158c748 |
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.cpp Wed Oct 23 16:10:35 2019 +0200 +++ b/Framework/Radiography/RadiographyScene.cpp Mon Nov 04 12:46:53 2019 +0100 @@ -134,7 +134,7 @@ std::auto_ptr<RadiographyLayer> raii(layer); - LOG(INFO) << "Registering layer: " << countLayers_; + // LOG(INFO) << "Registering layer: " << countLayers_; size_t index = countLayers_++; raii->SetIndex(index);