From a8f29b4fa949780fdc61635b6ca9be58c6f38c3b Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Wed, 6 Jul 2022 22:41:28 -0400
Subject: [PATCH] TileRawUtils: Reduce verbosity.

Constructors of Gaudi components should not print output.
---
 TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx b/TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx
index 99e8bef5c82b..2123219fdca8 100644
--- a/TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx
+++ b/TileCalorimeter/TileRawUtils/src/RegSelCondAlg_Tile.cxx
@@ -8,7 +8,7 @@
  **   @date   Sun 22 Sep 2019 10:21:50 BST
  **
  **
- **   Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+ **   Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
  **/
 
 
@@ -41,7 +41,6 @@ RegSelCondAlg_Tile::RegSelCondAlg_Tile(const std::string& name, ISvcLocator* pSv
   m_managerName(""),
   m_printTable(false)
 { 
-  ATH_MSG_INFO( "RegSelCondAlg_Tile::RegSelCondAlg_Tile() " << name );
   declareProperty( "ManagerName", m_managerName );  
   declareProperty( "PrintTable",  m_printTable=false );  
 }
-- 
GitLab