Skip to content

Commit

Permalink
Removed unused fwkJobReports from MessageLogger
Browse files Browse the repository at this point in the history
The parameter fwkJobReports is an obsolete parameter which has had no functionality for many years.
  • Loading branch information
Dr15Jones committed Oct 19, 2020
1 parent 2aee2d1 commit b4a6d66
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Geometry/CMSCommonData/test/runPrint_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
)
)

Expand Down

0 comments on commit b4a6d66

Please sign in to comment.