From b4a6d66eff742c02e979983dfa368d7eb767fe1f Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 19 Oct 2020 11:14:42 -0500 Subject: [PATCH] Removed unused fwkJobReports from MessageLogger The parameter fwkJobReports is an obsolete parameter which has had no functionality for many years. --- Geometry/CMSCommonData/test/runPrint_cfg.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Geometry/CMSCommonData/test/runPrint_cfg.py b/Geometry/CMSCommonData/test/runPrint_cfg.py index dfdebb698dec9..298fd0af59316 100644 --- a/Geometry/CMSCommonData/test/runPrint_cfg.py +++ b/Geometry/CMSCommonData/test/runPrint_cfg.py @@ -6,18 +6,8 @@ process.MessageLogger = cms.Service("MessageLogger", destinations = cms.untracked.vstring('cout'), - categories = cms.untracked.vstring('FwkJob'), - fwkJobReports = cms.untracked.vstring('FrameworkJobReport'), cout = cms.untracked.PSet( threshold = cms.untracked.string('INFO') - ), - FrameworkJobReport = cms.untracked.PSet( - default = cms.untracked.PSet( - limit = cms.untracked.int32(0) - ), - FwkJob = cms.untracked.PSet( - limit = cms.untracked.int32(-1) - ) ) )