We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab0c39 commit 548e011Copy full SHA for 548e011
CondCore/ESSources/plugins/CondDBESSource.cc
@@ -777,10 +777,6 @@ void CondDBESSource::fillDescriptions(edm::ConfigurationDescriptions& descriptio
777
dbParams.addUntracked<std::string>("security", "");
778
dbParams.addUntracked<int>("messageLevel", 0);
779
dbParams.addUntracked<int>("connectionTimeout", 0);
780
- dbParams.addObsoleteUntracked<std::string>("transactionId")
781
- ->setComment(
782
- "This parameter is not strictly needed by PoolDBESSource, but the WMCore infrastructure requires it. "
783
- "Candidate for deletion");
784
desc.add("DBParameters", dbParams);
785
786
desc.add<std::string>("connect", std::string("frontier://FrontierProd/CMS_CONDITIONS"));
0 commit comments