From 54b0dd891bb15b531e338427e6dbd2436ee6cccf Mon Sep 17 00:00:00 2001 From: Ho-Fung Tsoi Date: Thu, 28 Oct 2021 11:00:20 +0200 Subject: [PATCH 1/2] remove msg --- .../plugins/implementations_stage2/CaloLayer1Setup.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc index 2a5ec124425fd..348abdbab1200 100644 --- a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc +++ b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc @@ -78,8 +78,8 @@ namespace l1t { // res[0] = UnpackerFactory::get()->make("stage2::CaloLayer1Unpacker_v2"); // } else { - edm::LogWarning("L1T") - << "CaloLayer1Setup: unexpected CTP7 firmware ID, will try unpacking with default unpacker anyway"; + // edm::LogWarning("L1T") + // << "CaloLayer1Setup: unexpected CTP7 firmware ID, will try unpacking with default unpacker anyway"; res[0] = UnpackerFactory::get()->make("stage2::CaloLayer1Unpacker"); } } From 84e623c49397e88b97e8eae295eeb3e0b816382f Mon Sep 17 00:00:00 2001 From: Ho-Fung Tsoi Date: Thu, 28 Oct 2021 11:17:05 +0200 Subject: [PATCH 2/2] style --- .../plugins/implementations_stage2/CaloLayer1Setup.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc index 348abdbab1200..1317de73e0529 100644 --- a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc +++ b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc @@ -78,8 +78,8 @@ namespace l1t { // res[0] = UnpackerFactory::get()->make("stage2::CaloLayer1Unpacker_v2"); // } else { - // edm::LogWarning("L1T") - // << "CaloLayer1Setup: unexpected CTP7 firmware ID, will try unpacking with default unpacker anyway"; + // edm::LogWarning("L1T") + // << "CaloLayer1Setup: unexpected CTP7 firmware ID, will try unpacking with default unpacker anyway"; res[0] = UnpackerFactory::get()->make("stage2::CaloLayer1Unpacker"); } }