diff --git a/options/reconstruction.py b/options/reconstruction.py
index 3261126206d8ca55014cda25ec9196d366b9b55e..00da066a16175b33119ed3a323348f5ccb6e5b4d 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -227,8 +227,7 @@ algorithms.append(ci_ecal_clreco)
 ci_ecal_clmerger = ClusterMerger("ci_ecal_clmerger",
         inputClusters = ci_ecal_clreco.outputClusterCollection,
         outputClusters = "EcalEndcapPMergedClusters",
-        outputRelations = "EcalEndcapPMergedClusterRelations", 
-        OutputLevel=VERBOSE)
+        outputRelations = "EcalEndcapPMergedClusterRelations")
 algorithms.append(ci_ecal_clmerger)
 
 # Central Barrel Ecal (Imaging Cal.)
@@ -594,8 +593,7 @@ match_clusters = MatchClusters("match_clusters",
                 str(ci_hcal_clreco.outputClusterCollection)
         ],
         outputParticles = "ReconstructedParticles",
-        outputRelations = "ReconstructedParticleRelations",
-        OutputLevel=VERBOSE)
+        outputRelations = "ReconstructedParticleRelations")
 algorithms.append(match_clusters)
 
 # DRICH