update: merge ManagerBase and CommandManagerBase

Change-Id: Ib939d8d032ff9e6e27f51d9053d08da558fd5027
diff --git a/src/nlsr.hpp b/src/nlsr.hpp
index f562bc9..f375eca 100644
--- a/src/nlsr.hpp
+++ b/src/nlsr.hpp
@@ -1,6 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
- * Copyright (c) 2014-2023,  The University of Memphis,
+ * Copyright (c) 2014-2025,  The University of Memphis,
  *                           Regents of the University of California,
  *                           Arizona Board of Regents.
  *
@@ -185,10 +185,6 @@
   DatasetInterestHandler m_datasetHandler;
 
 private:
-  /*! \brief Where NLSR stores certificates it claims to be
-   * authoritative for. Usually the router certificate.
-   */
-
   ndn::nfd::Controller m_controller;
   ndn::nfd::Controller m_faceDatasetController;