diff --git a/Control/PileUpComps/src/BkgStreamsCache.cxx b/Control/PileUpComps/src/BkgStreamsCache.cxx
index 31a37c751c7ac63b8dab9e2432c54a2bf9d3b0ad..19c12ac71e410c5bd42229c6af6f0bedcc8f7776 100644
--- a/Control/PileUpComps/src/BkgStreamsCache.cxx
+++ b/Control/PileUpComps/src/BkgStreamsCache.cxx
@@ -187,7 +187,7 @@ void BkgStreamsCache::newEvent()
 
 const xAOD::EventInfo* BkgStreamsCache::nextEvent(bool isCentralBunchCrossing)
 {
-  const xAOD::EventInfo* pNextEvt(0);
+  const xAOD::EventInfo* pNextEvt(nullptr);
   StreamVector::size_type iS(0);
   do {
     iS = (StreamVector::size_type)m_chooseEventRand->fire();
diff --git a/Control/PileUpTools/src/PileUpMergeSvc.cxx b/Control/PileUpTools/src/PileUpMergeSvc.cxx
index 9a01d6bfecd764608d93287f7b979416aae21349..9a54ae6c3f5db60bc7770756d769f922eaaa4ad8 100755
--- a/Control/PileUpTools/src/PileUpMergeSvc.cxx
+++ b/Control/PileUpTools/src/PileUpMergeSvc.cxx
@@ -151,8 +151,6 @@ const xAOD::EventInfo* PileUpMergeSvc::getPileUpEvent( StoreGateSvc* sg, const s
          sg->tryConstRetrieve< ::EventInfo >()
          : sg->tryConstRetrieve< ::EventInfo >( einame );
       if( pEvent ) {
-         ATH_MSG_INFO("Found OverlayEvent old type EventInfo" );
-
          ATH_MSG_DEBUG("Converting (PileUp)EventInfo to xAOD::EventInfo");
          // Create the xAOD object(s):
          std::unique_ptr< xAOD::EventInfo >  pxAODEventInfo( new xAOD::EventInfo() );
@@ -164,9 +162,6 @@ const xAOD::EventInfo* PileUpMergeSvc::getPileUpEvent( StoreGateSvc* sg, const s
             return nullptr;
          }
 
-         //ATH_MSG_INFO ("Dumping xAOD::EventInfo prior to adding SubEvents");
-         //xAOD::dump( *xAODEventInfo );
-
          const PileUpEventInfo* pileupEvent(dynamic_cast<const PileUpEventInfo*>(pEvent));
          if( pileupEvent ) {
             // Create an EventInfoContainer for the pileup events: