diff --git a/RecoLocalFastTime/Configuration/python/RecoLocalFastTime_EventContent_cff.py b/RecoLocalFastTime/Configuration/python/RecoLocalFastTime_EventContent_cff.py index 938dd554892d0..428688d8808d9 100644 --- a/RecoLocalFastTime/Configuration/python/RecoLocalFastTime_EventContent_cff.py +++ b/RecoLocalFastTime/Configuration/python/RecoLocalFastTime_EventContent_cff.py @@ -18,8 +18,6 @@ ) #AOD content RecoLocalFastTimeAOD = cms.PSet( - outputCommands = cms.untracked.vstring( - 'keep *_mtdClusters_*_*', - ) + outputCommands = cms.untracked.vstring() )