Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unused fwkJobReports from MessageLogger in Geometry Subsystem #31858

Merged
merged 1 commit into from
Oct 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed unused fwkJobReports from MessageLogger
The parameter fwkJobReports is an obsolete parameter which has had no functionality for many years.
Dr15Jones committed Oct 19, 2020

Verified

This commit was signed with the committer’s verified signature.
Exirel Florian Strzelecki
commit b4a6d66eff742c02e979983dfa368d7eb767fe1f
10 changes: 0 additions & 10 deletions Geometry/CMSCommonData/test/runPrint_cfg.py
Original file line number Diff line number Diff line change
@@ -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)
)
)
)