diff --git a/Rich/RichFutureDAQ/include/RichFutureDAQ/RichTel40CableMapping.h b/Rich/RichFutureDAQ/include/RichFutureDAQ/RichTel40CableMapping.h
index 609449483dbdd234f36928a8cf8ec60851eb278e..5b96e65a154f1de947dba6fb86d19e7ecfb8e4c2 100644
--- a/Rich/RichFutureDAQ/include/RichFutureDAQ/RichTel40CableMapping.h
+++ b/Rich/RichFutureDAQ/include/RichFutureDAQ/RichTel40CableMapping.h
@@ -231,11 +231,6 @@ namespace Rich::Future::DAQ {
       if ( parent->msgLevel( MSG::DEBUG ) ) {
         parent->debug() << "Tel40CableMapping::addConditionDerivation : Key=" << key << endmsg;
       }
-      // return LHCb::DetDesc::                                                //
-      //    addConditionDerivation<Tel40CableMapping( const DeRichSystem& )>( //
-      //       parent->conditionDerivationMgr(),                             //
-      //        std::array{DeRichLocations::RichSystem},                      //
-      //        std::move( key ) );
       return LHCb::DetDesc::                                        //
           addConditionDerivation( parent->conditionDerivationMgr(), //
                                   {DeRichLocations::RichSystem},    // input
@@ -272,6 +267,6 @@ namespace Rich::Future::DAQ {
 
     /// Pointer back to parent algorithm (for messaging)
     const Gaudi::Algorithm* m_parent{nullptr};
-  };
+  }; // namespace Rich::Future::DAQ
 
 } // namespace Rich::Future::DAQ