diff --git a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Setup.cc index 2a5ec124425fd..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"); } }