diff --git a/DDG4/src/Geant4Converter.cpp b/DDG4/src/Geant4Converter.cpp
index dcb7a1a4d2028fcc7e5bc43bd16e064eb7f7ebd2..32030dd31935e2fdd066b24d917636af357a179b 100644
--- a/DDG4/src/Geant4Converter.cpp
+++ b/DDG4/src/Geant4Converter.cpp
@@ -1582,8 +1582,8 @@ Geant4Converter& Geant4Converter::create(DetElement top) {
   //setPrintLevel(VERBOSE);
   //debugMaterials  = true;
   //debugElements   = true;
-  debugReflections  = true;
-  debugPlacements   = true;
+  //debugReflections  = true;
+  //debugPlacements   = true;
 #if ROOT_VERSION_CODE >= ROOT_VERSION(6,17,0)
   handleArray(this, geo.manager->GetListOfGDMLMatrices(), &Geant4Converter::handleMaterialProperties);
   handleArray(this, geo.manager->GetListOfOpticalSurfaces(), &Geant4Converter::handleOpticalSurface);
diff --git a/examples/DDCMS/data/dd4hep-config.xml b/examples/DDCMS/data/dd4hep-config.xml
index 5d1a72836b3a289c29d2ac4a2de5a4c694495cb9..4d46c9ca87ad5c5a08b1c1af2192cef941eea662 100644
--- a/examples/DDCMS/data/dd4hep-config.xml
+++ b/examples/DDCMS/data/dd4hep-config.xml
@@ -316,6 +316,8 @@
     <arg value="vis-invisible-daughters"/>
     <arg value="-show"/>
   </plugin>
+
+<!--
   <plugin name="DD4hep_PlacedVolumeProcessor">
     <arg value="-recursive"/>
     <arg value="-detector"/>
@@ -327,7 +329,7 @@
     <arg value="VolName_Vis"/>
     <arg value="-show"/>
   </plugin>
-<!--
+
   <plugin name="DD4hep_DetectorDump">
     <arg value="-sensitive"/>
   </plugin>