From 44f31d91caa0f7deb44408ba94f2334878445ea4 Mon Sep 17 00:00:00 2001
From: Tomasz Bold <tomasz.bold@gmail.com>
Date: Wed, 17 Apr 2019 18:23:52 +0200
Subject: [PATCH] removed log level

---
 .../TrigValidation/TrigUpgradeTest/share/egamma.withViews.py   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
index 2c800ac2f98a..939bbc2ce927 100644
--- a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
+++ b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
@@ -58,7 +58,7 @@ def createFastCaloSequence(rerun=False):
    from TrigT2CaloEgamma.TrigT2CaloEgammaConfig import T2CaloEgamma_ReFastAlgo
    clusterMaker=T2CaloEgamma_ReFastAlgo( "FastClusterMaker" )   
 
-   clusterMaker.OutputLevel=DEBUG
+
    clusterMaker.ClustersName=clustersKey
    svcMgr.ToolSvc.TrigDataAccess.ApplyOffsetCorrection=False
 
@@ -95,7 +95,6 @@ def createFastCaloSequence(rerun=False):
 #   fastCaloHypo.RoIs = fastCaloViewsMaker.InViewRoIs
    fastCaloHypo.HypoOutputDecisions = __prefix+"EgammaCaloDecisions"
    fastCaloHypo.HypoTools =  [ TrigL2CaloHypoToolFromName( c,c ) for c in testChains ]
-   fastCaloHypo.OutputLevel = DEBUG
    fastCaloSequence = seqAND( __prefix+"fastCaloSequence", [fastCaloViewsMaker, fastCaloInViewAlgs, fastCaloHypo ])
    #if rerun: 
    #   return parOR(__prefix+"egammaCaloStep", [ fastCaloSequence ] )
-- 
GitLab