diff Framework/Scene2D/Scene2D.cpp @ 934:094d10ed7ec2

VolumeSceneLayerSource dtor now clears the layer
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 29 Jul 2019 13:46:29 +0200
parents 15d493101c1e
children 685c9a2d115f
line wrap: on
line diff
--- a/Framework/Scene2D/Scene2D.cpp	Fri Jul 26 20:09:42 2019 +0200
+++ b/Framework/Scene2D/Scene2D.cpp	Mon Jul 29 13:46:29 2019 +0200
@@ -132,7 +132,7 @@
 
     if (found != content_.end())
     {
-      LOG(INFO) << "DeleteLayer --found-- (" << depth << ")";
+      LOG(TRACE) << "DeleteLayer --found-- (" << depth << ")";
       assert(found->second != NULL);
       delete found->second;
       content_.erase(found);