From 5a90a03426ce92d85bc4b52f190a66f17d4f8086 Mon Sep 17 00:00:00 2001
From: Salvador Marti <salvador.marti@ific.uv.es>
Date: Mon, 18 May 2020 09:21:27 +0200
Subject: [PATCH] remove commented line

---
 .../InDetPerformanceMonitoring/src/FourMuonEvent.cxx             | 1 -
 1 file changed, 1 deletion(-)

diff --git a/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/src/FourMuonEvent.cxx b/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/src/FourMuonEvent.cxx
index 27c47605cb51..e77f5a0b20f9 100644
--- a/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/src/FourMuonEvent.cxx
+++ b/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/src/FourMuonEvent.cxx
@@ -63,7 +63,6 @@ FourMuonEvent::~FourMuonEvent()
 void FourMuonEvent::Init()
 {
   if (m_doDebug) { std::cout << " * FourMuonEvent::Init * START *" << std::endl; }
-  // ATH_MSG_DEBUG(" * FourMuonEvent::Init * START *");
   
   m_xMuonID.Init();
   m_xElecID.Init();
-- 
GitLab